nds32: Migrate CONFIG_DEBUG_LED to Kconfig
Move this value to the board Kconfig file. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
89e9625fc7
commit
4681e80536
@ -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 */
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
if TARGET_ADP_AG101P
|
||||
|
||||
config DEBUG_LED
|
||||
hex
|
||||
default 0x902FFFFC
|
||||
|
||||
config SYS_CPU
|
||||
default "n1213"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user