mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 19:28:36 +00:00
16 lines
170 B
Text
16 lines
170 B
Text
|
if TARGET_TBS2910
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "tbs2910"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "tbs"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "mx6"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "tbs2910"
|
||
|
|
||
|
endif
|