mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
8214b772cf
At this point only the TARGET_T1042D4RDB variant of this is supported in tree, so remove the remaining parts of the other platforms. Signed-off-by: Tom Rini <trini@konsulko.com>
12 lines
150 B
Text
12 lines
150 B
Text
if TARGET_T1042D4RDB
|
|
|
|
config SYS_BOARD
|
|
default "t104xrdb"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "T104xRDB"
|
|
|
|
endif
|