mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
19 lines
209 B
Text
19 lines
209 B
Text
|
if TARGET_VISION2
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "armv7"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "vision2"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "ttcontrol"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "mx5"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "vision2"
|
||
|
|
||
|
endif
|