[PATCH 18/25] nds32: Migrate CONFIG_DEBUG_LED to Kconfig

Tom Rini trini at konsulko.com
Thu Mar 31 00:07:28 CEST 2022


Move this value to the board Kconfig file.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 arch/nds32/include/asm/arch-ag101/ag101.h | 3 ---
 arch/nds32/include/asm/arch-ag102/ag102.h | 2 --
 board/AndesTech/adp-ag101p/Kconfig        | 4 ++++
 3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/arch/nds32/include/asm/arch-ag101/ag101.h b/arch/nds32/include/asm/arch-ag101/ag101.h
index 23908f82a4e0..6900868a66ca 100644
--- a/arch/nds32/include/asm/arch-ag101/ag101.h
+++ b/arch/nds32/include/asm/arch-ag101/ag101.h
@@ -43,9 +43,6 @@
 /* External AHB slave2 (FUSBH200) */
 #define CONFIG_EXT_AHBSLAVE02_BASE	0x92000000
 
-/* DEBUG LED */
-#define CONFIG_DEBUG_LED		0x902FFFFC
-
 /* APB Device definitions */
 
 /* Power Management Unit */
diff --git a/arch/nds32/include/asm/arch-ag102/ag102.h b/arch/nds32/include/asm/arch-ag102/ag102.h
index 3255db6592e6..53d38b357345 100644
--- a/arch/nds32/include/asm/arch-ag102/ag102.h
+++ b/arch/nds32/include/asm/arch-ag102/ag102.h
@@ -72,8 +72,6 @@
 /* PWM - Pulse Width Modulator Controller */
 #define CONFIG_FTPWM010_BASE		0x94F00000
 
-/* Debug LED */
-#define CONFIG_DEBUG_LED		0x902FFFFC
 /* Power Management Unit */
 #define CONFIG_FTPMU010_BASE		0x98100000
 
diff --git a/board/AndesTech/adp-ag101p/Kconfig b/board/AndesTech/adp-ag101p/Kconfig
index 5e8aa22c448a..0fb7a10409b6 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"
 
-- 
2.25.1



More information about the U-Boot mailing list