mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 10:30:32 +00:00
a016735c79
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>
12 lines
188 B
Text
12 lines
188 B
Text
if TARGET_T1040RDB || TARGET_T1040D4RDB || TARGET_T1042RDB
|
|
|
|
config SYS_BOARD
|
|
default "t104xrdb"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "T104xRDB"
|
|
|
|
endif
|