mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-16 09:48:16 +00:00
24 lines
234 B
Text
24 lines
234 B
Text
|
if TARGET_MCX
|
||
|
|
||
|
config SYS_CPU
|
||
|
string
|
||
|
default "armv7"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "mcx"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
string
|
||
|
default "htkw"
|
||
|
|
||
|
config SYS_SOC
|
||
|
string
|
||
|
default "omap3"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "mcx"
|
||
|
|
||
|
endif
|