mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
19 lines
217 B
Text
19 lines
217 B
Text
|
if TARGET_ADP_AE3XX
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "n1213"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "adp-ae3xx"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "AndesTech"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "ae3xx"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "adp-ae3xx"
|
||
|
|
||
|
endif
|