mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 02:08:38 +00:00
16 lines
161 B
Text
16 lines
161 B
Text
|
if TARGET_ACADIA
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "acadia"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
string
|
||
|
default "amcc"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "acadia"
|
||
|
|
||
|
endif
|