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