]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
powerpc: MPC8541CDS: Remove macro CONFIG_MPC8541CDS
authorYork Sun <york.sun@nxp.com>
Wed, 16 Nov 2016 19:20:42 +0000 (11:20 -0800)
committerYork Sun <york.sun@nxp.com>
Thu, 24 Nov 2016 07:42:05 +0000 (23:42 -0800)
Replace with CONFIG_TARGET_MPC8541CDS from Kconfig.

Signed-off-by: York Sun <york.sun@nxp.com>
arch/powerpc/cpu/mpc85xx/pci.c
board/freescale/common/Makefile
include/configs/MPC8541CDS.h
scripts/config_whitelist.txt

index c6d2fda5dbb0153fe09913dd22d31f391af4a658..bf003a7781a08c3e20119ccff5bdff24bf521c18 100644 (file)
@@ -120,7 +120,7 @@ pci_mpc85xx_init(struct pci_controller *board_hose)
 
        pci_register_hose(hose);
 
-#if defined(CONFIG_MPC8555CDS) || defined(CONFIG_MPC8541CDS)
+#if defined(CONFIG_MPC8555CDS) || defined(CONFIG_TARGET_MPC8541CDS)
        /*
         * This is a SW workaround for an apparent HW problem
         * in the PCI controller on the MPC85555/41 CDS boards.
index db36e53f1c79e29c83d50e444f17394539ae18e6..e01df42ff7e53f65ea2023cf9cd1965d0361d619 100644 (file)
@@ -45,7 +45,7 @@ endif
 
 obj-$(CONFIG_FSL_DCU_SII9022A)    += dcu_sii9022a.o
 
-obj-$(CONFIG_MPC8541CDS)       += cds_pci_ft.o
+obj-$(CONFIG_TARGET_MPC8541CDS)        += cds_pci_ft.o
 obj-$(CONFIG_TARGET_MPC8548CDS)        += cds_pci_ft.o
 obj-$(CONFIG_MPC8555CDS)       += cds_pci_ft.o
 
index 2bee0d0e369f03e210b5cbf5356e0e8080568323..29bca4c1f6d1cb6d6b3eb5ceb412834e1f51625e 100644 (file)
@@ -17,7 +17,6 @@
 #define CONFIG_BOOKE           1       /* BOOKE */
 #define CONFIG_E500            1       /* BOOKE e500 family */
 #define CONFIG_CPM2            1       /* has CPM2 */
-#define CONFIG_MPC8541CDS      1       /* MPC8541CDS board specific */
 
 #define        CONFIG_SYS_TEXT_BASE    0xfff80000
 
index 5fd297e4039d7bb9bd6ce9d8ce20e3ff713fa649..12841018521edf91454a1853b9e9ac17483f378e 100644 (file)
@@ -3140,7 +3140,6 @@ CONFIG_MPC83XX_GPIO_1_INIT_OPEN_DRAIN
 CONFIG_MPC83XX_GPIO_1_INIT_VALUE
 CONFIG_MPC83XX_PCI2
 CONFIG_MPC850
-CONFIG_MPC8541CDS
 CONFIG_MPC855
 CONFIG_MPC8555
 CONFIG_MPC8555CDS