mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 11:18:28 +00:00
16 lines
175 B
Text
16 lines
175 B
Text
|
if TARGET_A320EVB
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "a320evb"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "faraday"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "a320"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "a320evb"
|
||
|
|
||
|
endif
|