diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-06-11 19:14:50 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-06-15 10:57:27 -0400 |
commit | 2ce6ecaccaa0b1bea31cdbe05f5f5c54d2468db0 (patch) | |
tree | f2623f8e8b53aeebdad121b230dd89adab490ec9 /include/configs/atngw100.h | |
parent | 42da5adfca451bcc27555446e486fbf679ffd728 (diff) | |
download | u-boot-2ce6ecaccaa0b1bea31cdbe05f5f5c54d2468db0.tar.gz |
avr32: move CONFIG_SYS_GENERIC_BOARD to Kconfig
Now all the AVR32 boards have been converted into Generic Board.
Select it in Kconfig and clean up defines in header files.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'include/configs/atngw100.h')
-rw-r--r-- | include/configs/atngw100.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/atngw100.h b/include/configs/atngw100.h index 56bd7f87d1..c4a69526e7 100644 --- a/include/configs/atngw100.h +++ b/include/configs/atngw100.h @@ -14,7 +14,6 @@ #define CONFIG_AT32AP7000 #define CONFIG_ATNGW100 -#define CONFIG_SYS_GENERIC_BOARD #define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOARD_EARLY_INIT_R |