mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
powerpc: T104XRDB: Split to T1040RDB and T1042RDB in Kconfig
Split ARCH_T104XRDB as ARCH_T1040RDB and ARCH_T1042RDB in Kconfig to simplify config options. Signed-off-by: York Sun <york.sun@nxp.com>
This commit is contained in:
@ -211,8 +211,13 @@ config TARGET_T1040QDS
|
||||
bool "Support T1040QDS"
|
||||
select PHYS_64BIT
|
||||
|
||||
config TARGET_T104XRDB
|
||||
bool "Support T104xRDB"
|
||||
config TARGET_T1040RDB
|
||||
bool "Support T1040RDB"
|
||||
select SUPPORT_SPL
|
||||
select PHYS_64BIT
|
||||
|
||||
config TARGET_T1042RDB
|
||||
bool "Support T1042RDB"
|
||||
select SUPPORT_SPL
|
||||
select PHYS_64BIT
|
||||
|
||||
|
Reference in New Issue
Block a user