Martin L Roth has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/72767 )
Change subject: drivers/spi: Remove SPI_FRAM_RAMTRON from makefile ......................................................................
drivers/spi: Remove SPI_FRAM_RAMTRON from makefile
This is unused - other references were removed long ago.
Signed-off-by: Martin Roth gaumless@gmail.com Change-Id: Ia7a65f54c736db20a5440795fdfaa8be31ef971f --- M src/drivers/spi/Makefile.inc 1 file changed, 12 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/72767/1
diff --git a/src/drivers/spi/Makefile.inc b/src/drivers/spi/Makefile.inc index 56ee44b..e166984 100644 --- a/src/drivers/spi/Makefile.inc +++ b/src/drivers/spi/Makefile.inc @@ -28,7 +28,6 @@ $(1)-$(CONFIG_SPI_FLASH_SST) += sst.c $(1)-$(CONFIG_SPI_FLASH_STMICRO) += stmicro.c $(1)-$(CONFIG_SPI_FLASH_WINBOND) += winbond.c -$(1)-$(CONFIG_SPI_FRAM_RAMTRON) += ramtron.c endef
$(eval $(call add_spi_stage,bootblock,_EARLY))