mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
Support Andestech AE3xx platform: serial, timer device tree flow. Signed-off-by: rick <rick@andestech.com>
18 lines
217 B
Text
18 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
|