mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-16 17:58:23 +00:00
19 lines
218 B
Text
19 lines
218 B
Text
|
if TARGET_COLIBRI_VF
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "armv7"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "colibri_vf"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "toradex"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "vf610"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "colibri_vf"
|
||
|
|
||
|
endif
|