mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user