[U-Boot] [PATCH] nds32: Drop unreferenced CONFIG_ADP_AG101P

Seems to be again one of those CONFIG_ symbols named after a board, with nothing referencing it.
Signed-off-by: Tuomas Tynkkynen tuomas@tuxera.com --- include/configs/adp-ag101p.h | 2 -- scripts/config_whitelist.txt | 1 - 2 files changed, 3 deletions(-)
diff --git a/include/configs/adp-ag101p.h b/include/configs/adp-ag101p.h index f2de384631..f83659373e 100644 --- a/include/configs/adp-ag101p.h +++ b/include/configs/adp-ag101p.h @@ -14,8 +14,6 @@ /* * CPU and Board Configuration Options */ -#define CONFIG_ADP_AG101P - #define CONFIG_USE_INTERRUPT
#define CONFIG_SKIP_LOWLEVEL_INIT diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index f5ae1597c3..a3cc86c16f 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -18,7 +18,6 @@ CONFIG_ADDRESS CONFIG_ADDR_AUTO_INCR_BIT CONFIG_ADDR_MAP CONFIG_ADNPESC1 -CONFIG_ADP_AG101P CONFIG_AEABI CONFIG_AEMIF_CNTRL_BASE CONFIG_ALTERA_SPI_IDLE_VAL

On Fri, Jan 12, 2018 at 02:55:35AM +0200, Tuomas Tynkkynen wrote:
Seems to be again one of those CONFIG_ symbols named after a board, with nothing referencing it.
Signed-off-by: Tuomas Tynkkynen tuomas@tuxera.com
Applied to u-boot/master, thanks!
participants (2)
-
Tom Rini
-
Tuomas Tynkkynen