powerpc: P2041: Remove macro CONFIG_PPC_P2041
authorYork Sun <york.sun@nxp.com>
Fri, 18 Nov 2016 19:15:21 +0000 (11:15 -0800)
committerYork Sun <york.sun@nxp.com>
Thu, 24 Nov 2016 07:42:10 +0000 (23:42 -0800)
Replace CONFIG_PPC_P2041 with ARCH_P2041 in Kconfig and clean up
existing macros.

Signed-off-by: York Sun <york.sun@nxp.com>
arch/powerpc/cpu/mpc85xx/Kconfig
arch/powerpc/cpu/mpc85xx/Makefile
arch/powerpc/cpu/mpc85xx/cmd_errata.c
arch/powerpc/include/asm/config_mpc85xx.h
arch/powerpc/include/asm/fsl_secure_boot.h
arch/powerpc/include/asm/immap_85xx.h
drivers/net/fm/Makefile
include/configs/P2041RDB.h
include/configs/km/kmp204x-common.h
scripts/config_whitelist.txt

index 51192fe9dc3eb500a2897991d4f6b94bdfda0800..0ddb7c5d925917bf681f17e575cfc37a0d24a53b 100644 (file)
@@ -170,6 +170,7 @@ config TARGET_P1_TWR
 
 config TARGET_P2041RDB
        bool "Support P2041RDB"
+       select ARCH_P2041
        select PHYS_64BIT
 
 config TARGET_QEMU_PPCE500
@@ -221,6 +222,7 @@ config TARGET_CONTROLCENTERD
 
 config TARGET_KMP204X
        bool "Support kmp204x"
+       select ARCH_P2041
        select PHYS_64BIT
 
 config TARGET_XPEDITE520X
@@ -311,6 +313,9 @@ config ARCH_P1025
 config ARCH_P2020
        bool
 
+config ARCH_P2041
+       bool
+
 source "board/freescale/b4860qds/Kconfig"
 source "board/freescale/bsc9131rdb/Kconfig"
 source "board/freescale/bsc9132qds/Kconfig"
index 14461e9d6ace91026d0204808e21e1b6a4e2cfd7..de35824439fe8b9f85d326044449674b9c91f123 100644 (file)
@@ -39,7 +39,7 @@ obj-$(CONFIG_PCI)     += pci.o
 obj-$(CONFIG_SYS_DPAA_QBMAN) += portals.o
 
 # various SoC specific assignments
-obj-$(CONFIG_PPC_P2041) += p2041_ids.o
+obj-$(CONFIG_ARCH_P2041) += p2041_ids.o
 obj-$(CONFIG_PPC_P3041) += p3041_ids.o
 obj-$(CONFIG_PPC_P4080) += p4080_ids.o
 obj-$(CONFIG_PPC_P5020) += p5020_ids.o
@@ -81,7 +81,7 @@ obj-$(CONFIG_ARCH_P1023)      += p1023_serdes.o
 obj-$(CONFIG_ARCH_P1024)       += p1021_serdes.o
 obj-$(CONFIG_ARCH_P1025)       += p1021_serdes.o
 obj-$(CONFIG_ARCH_P2020)       += p2020_serdes.o
-obj-$(CONFIG_PPC_P2041) += p2041_serdes.o
+obj-$(CONFIG_ARCH_P2041) += p2041_serdes.o
 obj-$(CONFIG_PPC_P3041) += p3041_serdes.o
 obj-$(CONFIG_PPC_P4080) += p4080_serdes.o
 obj-$(CONFIG_PPC_P5020) += p5020_serdes.o
index 3b06ae42e4bc524e06213b9634d146392f7dcaaa..1aba6a8ca95d9d26b8581b0c16f8e22aa3e7af08 100644 (file)
@@ -26,7 +26,7 @@ static void check_erratum_a4849(uint32_t svr)
        void __iomem *dcsr = (void *)CONFIG_SYS_DCSRBAR + 0xb0000;
        unsigned int i;
 
-#if defined(CONFIG_PPC_P2041) || defined(CONFIG_PPC_P3041)
+#if defined(CONFIG_ARCH_P2041) || defined(CONFIG_PPC_P3041)
        static const uint8_t offsets[] = {
                0x50, 0x54, 0x58, 0x90, 0x94, 0x98
        };
@@ -45,7 +45,7 @@ static void check_erratum_a4849(uint32_t svr)
                }
        }
 
-#if defined(CONFIG_PPC_P2041) || defined(CONFIG_PPC_P3041)
+#if defined(CONFIG_ARCH_P2041) || defined(CONFIG_PPC_P3041)
        x108 = 0x12;
 #endif
 
index dc8a6968f0a55fb9af428c91130cde655274b5de..cd47883e58e0fd071d608ad82a9f6724b2793d8a 100644 (file)
 #define CONFIG_SYS_FSL_ERRATUM_A004477
 #define CONFIG_USB_MAX_CONTROLLER_COUNT        1
 
-#elif defined(CONFIG_PPC_P2041) /* also supports P2040 */
+#elif defined(CONFIG_ARCH_P2041) /* also supports P2040 */
 #define CONFIG_SYS_FSL_QORIQ_CHASSIS1
 #define CONFIG_FSL_CORENET             /* Freescale CoreNet platform */
 #define CONFIG_MAX_CPUS                        4
index e65487cf16556984d3506c7a064e287c5da35290..a928aa207ce4426178b32e80144a03edca42371e 100644 (file)
@@ -62,7 +62,7 @@
        defined(CONFIG_PPC_P4080) ||    \
        defined(CONFIG_PPC_P5020) ||    \
        defined(CONFIG_PPC_P5040) ||    \
-       defined(CONFIG_PPC_P2041)
+       defined(CONFIG_ARCH_P2041)
        #define CONFIG_FSL_TRUST_ARCH_v1
 #endif
 
index ba0faa80ea370e55a32a6e2da06d07582076f4f9..0388d4bc684198c04f6f1adecbd39010d53be93f 100644 (file)
@@ -1856,7 +1856,7 @@ defined(CONFIG_PPC_T1020) || defined(CONFIG_PPC_T1022)
 #define FSL_CORENET_RCWSR11_EC2_FM1_DTSEC2             0x00080000
 #define FSL_CORENET_RCWSR11_EC2_USB2                   0x00100000
 #endif
-#if defined(CONFIG_PPC_P2041) \
+#if defined(CONFIG_ARCH_P2041) \
        || defined(CONFIG_PPC_P3041) || defined(CONFIG_PPC_P5020)
 #define FSL_CORENET_RCWSR11_EC1_FM1_DTSEC4_RGMII       0x00000000
 #define FSL_CORENET_RCWSR11_EC1_FM1_DTSEC4_MII         0x00800000
index a4c0ea0905d842446105dc76e6f75d3b6d86ed9f..9e8c42052f2d6f1d26c4b286bdb287299627e0c3 100644 (file)
@@ -19,7 +19,7 @@ obj-$(CONFIG_SYS_FMAN_V3) += memac.o
 # SoC specific SERDES support
 obj-$(CONFIG_ARCH_P1023)       += p1023.o
 # The P204x, P304x, and P5020 are the same
-obj-$(CONFIG_PPC_P2041) += p5020.o
+obj-$(CONFIG_ARCH_P2041) += p5020.o
 obj-$(CONFIG_PPC_P3041) += p5020.o
 obj-$(CONFIG_PPC_P4080) += p4080.o
 obj-$(CONFIG_PPC_P5020) += p5020.o
index 350756b6dfca9e3b72be3f223ef82c048258e9e6..500bb00220b3ec2f6c75f936e2ba443f6ab0bf96 100644 (file)
@@ -12,7 +12,6 @@
 #define __CONFIG_H
 
 #define CONFIG_P2041RDB
-#define CONFIG_PPC_P2041
 
 #ifdef CONFIG_RAMBOOT_PBL
 #define CONFIG_RAMBOOT_TEXT_BASE       CONFIG_SYS_TEXT_BASE
index f557ee2117ac8db03946ae2c0f8b2d8140941ced..fad886535319b9e290a88fdb95cd58646da75d4d 100644 (file)
@@ -8,8 +8,6 @@
 #ifndef _CONFIG_KMP204X_H
 #define _CONFIG_KMP204X_H
 
-#define CONFIG_PPC_P2041
-
 #define CONFIG_SYS_TEXT_BASE   0xfff40000
 
 #define CONFIG_KM_DEF_NETDEV   "netdev=eth0\0"
index cc4e05762eea13605002814808d00cc5a66e6fee..7b7b084c7d4d307c0b07b3f3de8e7c27237e7565 100644 (file)
@@ -3647,7 +3647,6 @@ CONFIG_PPC64BRIDGE
 CONFIG_PPC_B4420
 CONFIG_PPC_B4860
 CONFIG_PPC_CLUSTER_START
-CONFIG_PPC_P2041
 CONFIG_PPC_P3041
 CONFIG_PPC_P4080
 CONFIG_PPC_P5020