u-boot/board/AndesTech/adp-ag101p/Kconfig
Tom Rini 4681e80536 nds32: Migrate CONFIG_DEBUG_LED to Kconfig
Move this value to the board Kconfig file.

Signed-off-by: Tom Rini <trini@konsulko.com>
2022-04-08 10:46:22 -04:00

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