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>
This commit is contained in:
York Sun
2016-11-16 13:30:06 -08:00
parent 7d5f9f84f1
commit 7601686c60
34 changed files with 83 additions and 83 deletions

View File

@ -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