mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
16 lines
194 B
Text
16 lines
194 B
Text
|
if TARGET_MX23_OLINUXINO
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "mx23_olinuxino"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "olimex"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "mxs"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "mx23_olinuxino"
|
||
|
|
||
|
endif
|