From 2f2d54b7cdeca694585f080bd4ef66b4b796f7d3 Mon Sep 17 00:00:00 2001 From: York Sun Date: Wed, 16 Nov 2016 11:24:45 -0800 Subject: powerpc: MPC8555CDS: Remove macro CONFIG_MPC8555CDS Use CONFIG_TARGET_MPC8555CDS instead. Signed-off-by: York Sun --- board/freescale/common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board') diff --git a/board/freescale/common/Makefile b/board/freescale/common/Makefile index e01df42ff7e..06ce3111c38 100644 --- a/board/freescale/common/Makefile +++ b/board/freescale/common/Makefile @@ -47,7 +47,7 @@ obj-$(CONFIG_FSL_DCU_SII9022A) += dcu_sii9022a.o obj-$(CONFIG_TARGET_MPC8541CDS) += cds_pci_ft.o obj-$(CONFIG_TARGET_MPC8548CDS) += cds_pci_ft.o -obj-$(CONFIG_MPC8555CDS) += cds_pci_ft.o +obj-$(CONFIG_TARGET_MPC8555CDS) += cds_pci_ft.o obj-$(CONFIG_TARGET_MPC8536DS) += ics307_clk.o obj-$(CONFIG_MPC8572DS) += ics307_clk.o -- cgit v1.3.1