mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-02 14:27:17 +00:00
16 lines
172 B
Text
16 lines
172 B
Text
|
if TARGET_T208XQDS
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "t208xqds"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
string
|
||
|
default "freescale"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "T208xQDS"
|
||
|
|
||
|
endif
|