From 4d08d5d9d5e10ba6ce6208f6b70e34da71e2b36f Mon Sep 17 00:00:00 2001 From: York Sun Date: Wed, 16 Nov 2016 11:43:49 -0800 Subject: powerpc: MPC8548CDS: Remove macro CONFIG_MPC8548CDS Use CONFIG_TARGET_MPC8548CDS instead. Signed-off-by: York Sun --- board/freescale/common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/freescale/common') diff --git a/board/freescale/common/Makefile b/board/freescale/common/Makefile index be114cebef2..c131ed9f9cc 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 -- cgit v1.2.3