mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
configs: gurnard: Move CONFIG_ATMEL_SPI to defconfigs
Now CONFIG_ATMEL_SPI is defined in Kconfig, so move the same into defconfig file. Cc: Simon Glass <sjg@chromium.org> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Acked-by: Wenyou Yang <wenyouya@gmail.com>
This commit is contained in:
parent
08afabc157
commit
153b070fc0
2 changed files with 1 additions and 2 deletions
|
|
@ -27,6 +27,7 @@ CONFIG_ENV_IS_IN_NAND=y
|
|||
CONFIG_BOOTP_BOOTPATH=y
|
||||
CONFIG_BOOTP_GATEWAY=y
|
||||
CONFIG_BOOTP_HOSTNAME=y
|
||||
CONFIG_ATMEL_SPI=y
|
||||
CONFIG_PHYLIB=y
|
||||
CONFIG_TIMER=y
|
||||
CONFIG_ATMEL_PIT_TIMER=y
|
||||
|
|
|
|||
|
|
@ -64,8 +64,6 @@
|
|||
#define CONFIG_ATMEL_LCD
|
||||
#define CONFIG_GURNARD_SPLASH
|
||||
|
||||
#define CONFIG_ATMEL_SPI
|
||||
|
||||
/* GPIOs and IO expander */
|
||||
#define CONFIG_ATMEL_LEGACY
|
||||
#define CONFIG_AT91_GPIO
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue