summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc85xx/Kconfig
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-16 13:30:06 -0800
committerYork Sun <york.sun@nxp.com>2016-11-23 23:42:07 -0800
commit7601686c6039cde149086986dd2bc7e8e83b6b07 (patch)
treeac19fb7d20d6e668eacbe399c39b6d6c60438e59 /arch/powerpc/cpu/mpc85xx/Kconfig
parent7d5f9f84f1767c5f9669d9db7fbbb825623b67a3 (diff)
downloadu-boot-imx-7601686c6039cde149086986dd2bc7e8e83b6b07.zip
u-boot-imx-7601686c6039cde149086986dd2bc7e8e83b6b07.tar.gz
u-boot-imx-7601686c6039cde149086986dd2bc7e8e83b6b07.tar.bz2
powerpc: P1010RDB: Remove macros CONFIG_P1010RDB_PA and CONFIG_P1010RDB_PB
Remove CONFIG_P1010RDB_PA and CONFIG_P1010RDB_PB and split TARGET_P1010RDB to TARGET_P1010RDB_PA and TARGET_P1010RDB_PB in Kconfig. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/powerpc/cpu/mpc85xx/Kconfig')
-rw-r--r--arch/powerpc/cpu/mpc85xx/Kconfig10
1 files changed, 8 insertions, 2 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig
index 9b6dd34..89573f8 100644
--- a/arch/powerpc/cpu/mpc85xx/Kconfig
+++ b/arch/powerpc/cpu/mpc85xx/Kconfig
@@ -94,8 +94,14 @@ config TARGET_MPC8572DS
bool "Support MPC8572DS"
select ARCH_MPC8572
-config TARGET_P1010RDB
- bool "Support P1010RDB"
+config TARGET_P1010RDB_PA
+ bool "Support P1010RDB_PA"
+ select ARCH_P1010
+ select SUPPORT_SPL
+ select SUPPORT_TPL
+
+config TARGET_P1010RDB_PB
+ bool "Support P1010RDB_PB"
select ARCH_P1010
select SUPPORT_SPL
select SUPPORT_TPL