mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
powerpc: T102xRDB: Split as T1023RDB and T1024RDB
The defconfig files are separated. Splitting targets in Kconfig simplifies config options. Signed-off-by: York Sun <york.sun@nxp.com>
This commit is contained in:
@ -194,8 +194,13 @@ config TARGET_T102XQDS
|
||||
select SUPPORT_SPL
|
||||
select PHYS_64BIT
|
||||
|
||||
config TARGET_T102XRDB
|
||||
bool "Support T102xRDB"
|
||||
config TARGET_T1023RDB
|
||||
bool "Support T1023RDB"
|
||||
select SUPPORT_SPL
|
||||
select PHYS_64BIT
|
||||
|
||||
config TARGET_T1024RDB
|
||||
bool "Support T1024RDB"
|
||||
select SUPPORT_SPL
|
||||
select PHYS_64BIT
|
||||
|
||||
|
Reference in New Issue
Block a user