mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
13 lines
145 B
Text
13 lines
145 B
Text
|
if TARGET_ICONNECT
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "iconnect"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "iomega"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "iconnect"
|
||
|
|
||
|
endif
|