mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
20 lines
207 B
Text
20 lines
207 B
Text
|
if TARGET_WANDBOARD
|
||
|
|
||
|
config SYS_CPU
|
||
|
string
|
||
|
default "armv7"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "wandboard"
|
||
|
|
||
|
config SYS_SOC
|
||
|
string
|
||
|
default "mx6"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "wandboard"
|
||
|
|
||
|
endif
|