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>
This commit is contained in:
parent
42da5adfca
commit
2ce6ecacca
5 changed files with 1 additions and 4 deletions
|
@ -25,6 +25,7 @@ config ARM
|
|||
config AVR32
|
||||
bool "AVR32 architecture"
|
||||
select HAVE_GENERIC_BOARD
|
||||
select SYS_GENERIC_BOARD
|
||||
|
||||
config BLACKFIN
|
||||
bool "Blackfin architecture"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
#define CONFIG_AT32AP7000
|
||||
#define CONFIG_ATNGW100MKII
|
||||
|
||||
#define CONFIG_SYS_GENERIC_BOARD
|
||||
#define CONFIG_BOARD_EARLY_INIT_F
|
||||
#define CONFIG_BOARD_EARLY_INIT_R
|
||||
|
||||
|
|
|
@ -95,7 +95,6 @@
|
|||
#define CONFIG_BOOTP_GATEWAY
|
||||
|
||||
/* generic board */
|
||||
#define CONFIG_SYS_GENERIC_BOARD
|
||||
#define CONFIG_BOARD_EARLY_INIT_F
|
||||
#define CONFIG_BOARD_EARLY_INIT_R
|
||||
|
||||
|
|
|
@ -62,7 +62,6 @@
|
|||
#define CONFIG_USART_BASE ATMEL_BASE_USART1
|
||||
#define CONFIG_USART_ID 1
|
||||
|
||||
#define CONFIG_SYS_GENERIC_BOARD
|
||||
#define CONFIG_BOARD_EARLY_INIT_F
|
||||
#define CONFIG_BOARD_EARLY_INIT_R
|
||||
|
||||
|
|
Loading…
Reference in a new issue