mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 14:53:06 +00:00
24 lines
245 B
Text
24 lines
245 B
Text
|
if TARGET_CM_FX6
|
||
|
|
||
|
config SYS_CPU
|
||
|
string
|
||
|
default "armv7"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "cm_fx6"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
string
|
||
|
default "compulab"
|
||
|
|
||
|
config SYS_SOC
|
||
|
string
|
||
|
default "mx6"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "cm_fx6"
|
||
|
|
||
|
endif
|