mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 03:08:31 +00:00
08c752920d
The defconfig files are separated. Splitting targets in Kconfig simplifies config options. Signed-off-by: York Sun <york.sun@nxp.com>
12 lines
167 B
Text
12 lines
167 B
Text
if TARGET_T1023RDB || TARGET_T1024RDB
|
|
|
|
config SYS_BOARD
|
|
default "t102xrdb"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "T102xRDB"
|
|
|
|
endif
|