[U-Boot] [PATCH 03/14] configs: gurnard: Move CONFIG_ATMEL_SPI to defconfigs

Wenyou Yang wenyouya at gmail.com
Wed Mar 21 04:09:25 UTC 2018



On 3/14/2018 9:16 PM, Jagan Teki wrote:
> Now CONFIG_ATMEL_SPI is defined in Kconfig, so move the
> same into defconfig file.
>
> Cc: Simon Glass <sjg at chromium.org>
> Signed-off-by: Jagan Teki <jagan at amarulasolutions.com>
Acked-by: Wenyou Yang <wenyouya at gmail.com>
> ---
>   configs/gurnard_defconfig     | 1 +
>   include/configs/snapper9g45.h | 2 --
>   2 files changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/configs/gurnard_defconfig b/configs/gurnard_defconfig
> index 95ccbdefea..ce51a0348f 100644
> --- a/configs/gurnard_defconfig
> +++ b/configs/gurnard_defconfig
> @@ -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
> diff --git a/include/configs/snapper9g45.h b/include/configs/snapper9g45.h
> index a3b1773059..0da3b3b055 100644
> --- a/include/configs/snapper9g45.h
> +++ b/include/configs/snapper9g45.h
> @@ -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



More information about the U-Boot mailing list