summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc85xx
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-16 15:45:31 -0800
committerYork Sun <york.sun@nxp.com>2016-11-23 23:42:07 -0800
commit9bb1d6bcd28f036ffc44cadd462eef4e36e340a5 (patch)
tree7f5d58fd5fe37bab5408c1df386207566545d6cd /arch/powerpc/cpu/mpc85xx
parentaa6e241a4ce8b3b82eaf37d670f93e0db43d036f (diff)
downloadu-boot-imx-9bb1d6bcd28f036ffc44cadd462eef4e36e340a5.zip
u-boot-imx-9bb1d6bcd28f036ffc44cadd462eef4e36e340a5.tar.gz
u-boot-imx-9bb1d6bcd28f036ffc44cadd462eef4e36e340a5.tar.bz2
powerpc: P1023: Remove macro CONFIG_P1023
Replace CONFIG_P1023 with ARCH_P1023 in Kconfig and clean up existing macros. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/powerpc/cpu/mpc85xx')
-rw-r--r--arch/powerpc/cpu/mpc85xx/Kconfig4
-rw-r--r--arch/powerpc/cpu/mpc85xx/Makefile2
2 files changed, 5 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig
index 4d9ffd3..0c498d8 100644
--- a/arch/powerpc/cpu/mpc85xx/Kconfig
+++ b/arch/powerpc/cpu/mpc85xx/Kconfig
@@ -114,6 +114,7 @@ config TARGET_P1022DS
config TARGET_P1023RDB
bool "Support P1023RDB"
+ select ARCH_P1023
config TARGET_P1_P2_RDB_PC
bool "Support p1_p2_rdb_pc"
@@ -243,6 +244,9 @@ config ARCH_P1010
config ARCH_P1022
bool
+config ARCH_P1023
+ bool
+
source "board/freescale/b4860qds/Kconfig"
source "board/freescale/bsc9131rdb/Kconfig"
source "board/freescale/bsc9132qds/Kconfig"
diff --git a/arch/powerpc/cpu/mpc85xx/Makefile b/arch/powerpc/cpu/mpc85xx/Makefile
index 939f681..a663379 100644
--- a/arch/powerpc/cpu/mpc85xx/Makefile
+++ b/arch/powerpc/cpu/mpc85xx/Makefile
@@ -81,7 +81,7 @@ obj-$(CONFIG_P1017) += p1023_serdes.o
obj-$(CONFIG_P1020) += p1021_serdes.o
obj-$(CONFIG_P1021) += p1021_serdes.o
obj-$(CONFIG_ARCH_P1022) += p1022_serdes.o
-obj-$(CONFIG_P1023) += p1023_serdes.o
+obj-$(CONFIG_ARCH_P1023) += p1023_serdes.o
obj-$(CONFIG_P1024) += p1021_serdes.o
obj-$(CONFIG_P1025) += p1021_serdes.o
obj-$(CONFIG_P2010) += p2020_serdes.o