diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/drivers/spi/Kconfig | 3 | ||||
-rw-r--r-- | src/include/spi-generic.h | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/drivers/spi/Kconfig b/src/drivers/spi/Kconfig index 6d161f4005..86e609c7ae 100644 --- a/src/drivers/spi/Kconfig +++ b/src/drivers/spi/Kconfig @@ -146,7 +146,8 @@ config SPI_FLASH_STMICRO default y if SPI_FLASH_INCLUDE_ALL_DRIVERS help Select this option if your chipset driver needs to store certain - data in the SPI flash and your SPI flash is made by ST MICRO. + data in the SPI flash and your SPI flash is made by ST Micro, + Numonyx or Micron. config SPI_FLASH_WINBOND bool diff --git a/src/include/spi-generic.h b/src/include/spi-generic.h index aa28232be3..e02da7d4fc 100644 --- a/src/include/spi-generic.h +++ b/src/include/spi-generic.h @@ -23,7 +23,7 @@ #define VENDOR_ID_MACRONIX 0xc2 #define VENDOR_ID_SPANSION 0x01 #define VENDOR_ID_SST 0xbf -#define VENDOR_ID_STMICRO 0x20 +#define VENDOR_ID_STMICRO 0x20 /* also Numonyx and Micron */ #define VENDOR_ID_WINBOND 0xef #define VENDOR_ID_ISSI 0x9d |