mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 02:20:25 +00:00
24 lines
241 B
Text
24 lines
241 B
Text
|
if TARGET_M53EVK
|
||
|
|
||
|
config SYS_CPU
|
||
|
string
|
||
|
default "armv7"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "m53evk"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
string
|
||
|
default "denx"
|
||
|
|
||
|
config SYS_SOC
|
||
|
string
|
||
|
default "mx5"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "m53evk"
|
||
|
|
||
|
endif
|