mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-19 21:51:25 +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
|