mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-11 20:46:00 +01: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
|