mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 12:39:22 -04:00
x86: Enable SPI flash support for coreboot
Turn on SPI flash support and related commands. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
7ea01d1808
commit
e30bd5cfee
@ -257,10 +257,16 @@
|
|||||||
/*-----------------------------------------------------------------------
|
/*-----------------------------------------------------------------------
|
||||||
* FLASH configuration
|
* 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
|
#define CONFIG_SYS_NO_FLASH
|
||||||
#undef CONFIG_FLASH_CFI_DRIVER
|
#define CONFIG_CMD_SF
|
||||||
#define CONFIG_SYS_MAX_FLASH_SECT 1
|
#define CONFIG_CMD_SF_TEST
|
||||||
#define CONFIG_SYS_MAX_FLASH_BANKS 1
|
#define CONFIG_CMD_SPI
|
||||||
|
#define CONFIG_SPI
|
||||||
|
|
||||||
/*-----------------------------------------------------------------------
|
/*-----------------------------------------------------------------------
|
||||||
* Environment configuration
|
* Environment configuration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user