mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 03:08:31 +00:00
6f53bd475a
Rename TARGET_T102XQDS to TARGET_T1024QDS to match the name. Signed-off-by: York Sun <york.sun@nxp.com>
12 lines
148 B
Text
12 lines
148 B
Text
if TARGET_T1024QDS
|
|
|
|
config SYS_BOARD
|
|
default "t102xqds"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "T102xQDS"
|
|
|
|
endif
|