diff mbox

[U-Boot,03/97] powerpc: MPC8548CDS: Remove macro CONFIG_MPC8548CDS

Message ID 1479974118-2912-3-git-send-email-york.sun@nxp.com
State Accepted
Commit 4d08d5d9d5e10ba6ce6208f6b70e34da71e2b36f
Delegated to: York Sun
Headers show

Commit Message

York Sun Nov. 24, 2016, 7:53 a.m. UTC
Use CONFIG_TARGET_MPC8548CDS instead.

Signed-off-by: York Sun <york.sun@nxp.com>
---

 board/freescale/common/Makefile | 2 +-
 include/configs/MPC8548CDS.h    | 1 -
 scripts/config_whitelist.txt    | 1 -
 3 files changed, 1 insertion(+), 3 deletions(-)
diff mbox

Patch

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
diff --git a/include/configs/MPC8548CDS.h b/include/configs/MPC8548CDS.h
index 40922ee..310c070 100644
--- a/include/configs/MPC8548CDS.h
+++ b/include/configs/MPC8548CDS.h
@@ -16,7 +16,6 @@ 
 /* High Level Configuration Options */
 #define CONFIG_BOOKE		1	/* BOOKE */
 #define CONFIG_E500		1	/* BOOKE e500 family */
-#define CONFIG_MPC8548CDS	1	/* MPC8548CDS board specific */
 
 #ifndef CONFIG_SYS_TEXT_BASE
 #define CONFIG_SYS_TEXT_BASE	0xfff80000
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index d5a6c98..68cca99 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -3153,7 +3153,6 @@  CONFIG_MPC8541
 CONFIG_MPC8541CDS
 CONFIG_MPC8544
 CONFIG_MPC8544DS
-CONFIG_MPC8548CDS
 CONFIG_MPC855
 CONFIG_MPC8555
 CONFIG_MPC8555CDS