mirror of
https://xff.cz/git/u-boot/
synced 2025-10-08 19:55:12 +02:00
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>
13 lines
150 B
Plaintext
13 lines
150 B
Plaintext
if TARGET_T1042D4RDB
|
|
|
|
config SYS_BOARD
|
|
default "t104xrdb"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "T104xRDB"
|
|
|
|
endif
|