diff options
author | York Sun <york.sun@nxp.com> | 2016-11-16 11:43:49 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:03 -0800 |
commit | 4d08d5d9d5e10ba6ce6208f6b70e34da71e2b36f (patch) | |
tree | 0b7cac2c47e24058c76aad5d441ba0df2c686eb0 /board | |
parent | 281ed4c74b375926d5d674c75ecf71da3dfd4fa9 (diff) | |
download | u-boot-imx-4d08d5d9d5e10ba6ce6208f6b70e34da71e2b36f.zip u-boot-imx-4d08d5d9d5e10ba6ce6208f6b70e34da71e2b36f.tar.gz u-boot-imx-4d08d5d9d5e10ba6ce6208f6b70e34da71e2b36f.tar.bz2 |
powerpc: MPC8548CDS: Remove macro CONFIG_MPC8548CDS
Use CONFIG_TARGET_MPC8548CDS instead.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/freescale/common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/common/Makefile b/board/freescale/common/Makefile index be114ce..c131ed9 100644 --- a/board/freescale/common/Makefile +++ b/board/freescale/common/Makefile @@ -46,7 +46,7 @@ endif obj-$(CONFIG_FSL_DCU_SII9022A) += dcu_sii9022a.o obj-$(CONFIG_MPC8541CDS) += cds_pci_ft.o -obj-$(CONFIG_MPC8548CDS) += cds_pci_ft.o +obj-$(CONFIG_TARGET_MPC8548CDS) += cds_pci_ft.o obj-$(CONFIG_MPC8555CDS) += cds_pci_ft.o obj-$(CONFIG_MPC8536DS) += ics307_clk.o |