mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
16 lines
161 B
Text
16 lines
161 B
Text
|
if TARGET_ICON
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "icon"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
string
|
||
|
default "mosaixtech"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "icon"
|
||
|
|
||
|
endif
|