[U-Boot] [PATCH 02/25] sandbox: config: Enable all SPI flash chips

Jagan Teki jagannadh.teki at gmail.com
Mon Aug 25 11:24:45 CEST 2014


On 15 July 2014 06:26, Simon Glass <sjg at chromium.org> wrote:
> Sandbox may as well support everything. This increases the amount of code
> that is built/tested by sandbox, and also provides access to all the
> supported SPI flash devices.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
>  include/configs/sandbox.h | 8 +++++++-
>  1 file changed, 7 insertions(+), 1 deletion(-)

Reviewed-by: Jagannadha Sutradharudu Teki <jaganna at xilinx.com>

>
> diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
> index f5fa4b3..5e4e5fc 100644
> --- a/include/configs/sandbox.h
> +++ b/include/configs/sandbox.h
> @@ -94,7 +94,7 @@
>  #define CONFIG_ENV_SIZE                8192
>  #define CONFIG_ENV_IS_NOWHERE
>
> -/* SPI */
> +/* SPI - enable all SPI flash types for testing purposes */
>  #define CONFIG_SANDBOX_SPI
>  #define CONFIG_CMD_SF
>  #define CONFIG_CMD_SF_TEST
> @@ -102,7 +102,13 @@
>  #define CONFIG_SPI_FLASH
>  #define CONFIG_OF_SPI
>  #define CONFIG_OF_SPI_FLASH
> +#define CONFIG_SPI_FLASH_ATMEL
> +#define CONFIG_SPI_FLASH_EON
> +#define CONFIG_SPI_FLASH_GIGADEVICE
> +#define CONFIG_SPI_FLASH_MACRONIX
>  #define CONFIG_SPI_FLASH_SANDBOX
> +#define CONFIG_SPI_FLASH_SPANSION
> +#define CONFIG_SPI_FLASH_SST
>  #define CONFIG_SPI_FLASH_STMICRO
>  #define CONFIG_SPI_FLASH_WINBOND
>
> --
> 2.0.0.526.g5318336
>

thanks!
-- 
Jagan.


More information about the U-Boot mailing list