summaryrefslogtreecommitdiff
path: root/board/AndesTech
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-31 01:07:28 +0300
committerTom Rini <trini@konsulko.com>2022-04-08 17:46:22 +0300
commit4681e805362983ffa14b50f24ff4797f0827d54d (patch)
treeb98cce81a49bcb9735e9f1131a6009883ceaa4e1 /board/AndesTech
parent89e9625fc7a7bb42d65492ccdf973cf06a9854fa (diff)
downloadu-boot-4681e805362983ffa14b50f24ff4797f0827d54d.tar.xz
nds32: Migrate CONFIG_DEBUG_LED to Kconfig
Move this value to the board Kconfig file. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/AndesTech')
-rw-r--r--board/AndesTech/adp-ag101p/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/AndesTech/adp-ag101p/Kconfig b/board/AndesTech/adp-ag101p/Kconfig
index 5e8aa22c44..0fb7a10409 100644
--- a/board/AndesTech/adp-ag101p/Kconfig
+++ b/board/AndesTech/adp-ag101p/Kconfig
@@ -1,5 +1,9 @@
if TARGET_ADP_AG101P
+config DEBUG_LED
+ hex
+ default 0x902FFFFC
+
config SYS_CPU
default "n1213"