mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 11:18:28 +00:00
16 lines
188 B
Text
16 lines
188 B
Text
|
if TARGET_MX51_EFIKAMX
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "mx51_efikamx"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "genesi"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "mx5"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "mx51_efikamx"
|
||
|
|
||
|
endif
|