mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-04 15:27:19 +00:00
16 lines
168 B
Text
16 lines
168 B
Text
|
if TARGET_EDMINIV2
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "edminiv2"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
string
|
||
|
default "LaCie"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "edminiv2"
|
||
|
|
||
|
endif
|