mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
powerpc: T1040D4RDB: Separate from T1040RDB in Kconfig
Use TARGET_T1040D4RDB in Kconfig to simplify config macros. Replace CONFIG_T1040D4RDB with TARGET_T1040D4RDB and clean up existing macros. Signed-off-by: York Sun <york.sun@nxp.com>
This commit is contained in:
@ -218,6 +218,12 @@ config TARGET_T1040RDB
|
||||
select SUPPORT_SPL
|
||||
select PHYS_64BIT
|
||||
|
||||
config TARGET_T1040D4RDB
|
||||
bool "Support T1040D4RDB"
|
||||
select ARCH_T1040
|
||||
select SUPPORT_SPL
|
||||
select PHYS_64BIT
|
||||
|
||||
config TARGET_T1042RDB
|
||||
bool "Support T1042RDB"
|
||||
select SUPPORT_SPL
|
||||
|
Reference in New Issue
Block a user