mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
13 lines
135 B
Text
13 lines
135 B
Text
|
if TARGET_ARIA
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "aria"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "davedenx"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "aria"
|
||
|
|
||
|
endif
|