mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
powerpc: T4160RDB: Separate from T4240RDB in Kconfig
Use TARGET_T4160RDB to simplify Kconfig options. Signed-off-by: York Sun <york.sun@nxp.com>
This commit is contained in:
@ -265,6 +265,11 @@ config TARGET_T4160QDS
|
||||
select SUPPORT_SPL
|
||||
select PHYS_64BIT
|
||||
|
||||
config TARGET_T4160RDB
|
||||
bool "Support T4160RDB"
|
||||
select SUPPORT_SPL
|
||||
select PHYS_64BIT
|
||||
|
||||
config TARGET_T4240QDS
|
||||
bool "Support T4240QDS"
|
||||
select SUPPORT_SPL
|
||||
|
Reference in New Issue
Block a user