mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 14:23:00 +00:00
24 lines
254 B
Text
24 lines
254 B
Text
|
if TARGET_VF610TWR
|
||
|
|
||
|
config SYS_CPU
|
||
|
string
|
||
|
default "armv7"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "vf610twr"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
string
|
||
|
default "freescale"
|
||
|
|
||
|
config SYS_SOC
|
||
|
string
|
||
|
default "vf610"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "vf610twr"
|
||
|
|
||
|
endif
|