mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-23 03:23:47 +00:00
4681e80536
Move this value to the board Kconfig file. Signed-off-by: Tom Rini <trini@konsulko.com>
22 lines
263 B
Text
22 lines
263 B
Text
if TARGET_ADP_AG101P
|
|
|
|
config DEBUG_LED
|
|
hex
|
|
default 0x902FFFFC
|
|
|
|
config SYS_CPU
|
|
default "n1213"
|
|
|
|
config SYS_BOARD
|
|
default "adp-ag101p"
|
|
|
|
config SYS_VENDOR
|
|
default "AndesTech"
|
|
|
|
config SYS_SOC
|
|
default "ag101"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "adp-ag101p"
|
|
|
|
endif
|