diff options
author | Tuomas Tynkkynen <tuomas@tuxera.com> | 2018-01-12 02:55:35 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-19 15:49:31 -0500 |
commit | 557017386b444bff9a4ff6604342e584c5060c84 (patch) | |
tree | 6407cdf3dbe4e7f84713522c1097bcd985bfaae2 /include/configs/adp-ag101p.h | |
parent | 7e477755b12261e39b345c33bda4e89075ef9d32 (diff) | |
download | u-boot-557017386b444bff9a4ff6604342e584c5060c84.tar.gz |
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>
Diffstat (limited to 'include/configs/adp-ag101p.h')
-rw-r--r-- | include/configs/adp-ag101p.h | 2 |
1 files changed, 0 insertions, 2 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 |