From: Simon Glass Date: Mon, 11 Mar 2013 06:08:11 +0000 (+0000) Subject: x86: Enable SPI flash support for coreboot X-Git-Tag: v2013.04-rc2~22^2~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e30bd5cfee742b93de8e6794a1f896ee501ef738;p=oweals%2Fu-boot.git x86: Enable SPI flash support for coreboot Turn on SPI flash support and related commands. Signed-off-by: Simon Glass --- diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h index 49f05decc0..48267563e5 100644 --- a/include/configs/coreboot.h +++ b/include/configs/coreboot.h @@ -257,10 +257,16 @@ /*----------------------------------------------------------------------- * FLASH configuration */ +#define CONFIG_ICH_SPI +#define CONFIG_SPI_FLASH +#define CONFIG_SPI_FLASH_MACRONIX +#define CONFIG_SPI_FLASH_WINBOND +#define CONFIG_SPI_FLASH_GIGADEVICE #define CONFIG_SYS_NO_FLASH -#undef CONFIG_FLASH_CFI_DRIVER -#define CONFIG_SYS_MAX_FLASH_SECT 1 -#define CONFIG_SYS_MAX_FLASH_BANKS 1 +#define CONFIG_CMD_SF +#define CONFIG_CMD_SF_TEST +#define CONFIG_CMD_SPI +#define CONFIG_SPI /*----------------------------------------------------------------------- * Environment configuration