mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 08:27:23 +00:00
7fc63cca61
T4240 SoC has been available for a long time. Emulator support is no longer needed. Signed-off-by: York Sun <yorksun@freescale.com>
12 lines
145 B
Text
12 lines
145 B
Text
if TARGET_T4240QDS
|
|
|
|
config SYS_BOARD
|
|
default "t4qds"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "T4240QDS"
|
|
|
|
endif
|