mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
16 lines
164 B
Text
16 lines
164 B
Text
|
if TARGET_TQMA6
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "tqma6"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "tqc"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "mx6"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "tqma6"
|
||
|
|
||
|
endif
|