mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 10:48:51 +00:00
16 lines
183 B
Text
16 lines
183 B
Text
|
if TARGET_KONTRON_MX6UL
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "sl-mx6ul"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
string
|
||
|
default "kontron"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "kontron-sl-mx6ul"
|
||
|
|
||
|
endif
|