diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2010-05-21 04:05:14 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2010-07-16 10:55:10 -0500 |
commit | 509c4c4ce2c30eb5808a614ed5aae7be85ba7f6b (patch) | |
tree | feff1c35414a3d96769bc53665771e950c06d1e2 /board/freescale/common | |
parent | 79ee3448021714db03ce9d5e6688e2c80cce253d (diff) | |
download | u-boot-midas-509c4c4ce2c30eb5808a614ed5aae7be85ba7f6b.tar.gz u-boot-midas-509c4c4ce2c30eb5808a614ed5aae7be85ba7f6b.tar.bz2 u-boot-midas-509c4c4ce2c30eb5808a614ed5aae7be85ba7f6b.zip |
ppc/85xx: Convert MPC8572DS to using board common ICS307 code
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/common')
-rw-r--r-- | board/freescale/common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/common/Makefile b/board/freescale/common/Makefile index 5436bd6f5d..14c74081b2 100644 --- a/board/freescale/common/Makefile +++ b/board/freescale/common/Makefile @@ -42,6 +42,7 @@ COBJS-$(CONFIG_MPC8541CDS) += cds_pci_ft.o COBJS-$(CONFIG_MPC8548CDS) += cds_pci_ft.o COBJS-$(CONFIG_MPC8555CDS) += cds_pci_ft.o +COBJS-$(CONFIG_MPC8572DS) += ics307_clk.o COBJS-$(CONFIG_P1022DS) += ics307_clk.o COBJS-$(CONFIG_P2020DS) += ics307_clk.o |