Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/72767?usp=email )
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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/72767 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Felix Singer service+coreboot-gerrit@felixsinger.de --- M src/drivers/spi/Makefile.inc 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Felix Singer: Looks good to me, approved
diff --git a/src/drivers/spi/Makefile.inc b/src/drivers/spi/Makefile.inc index 3a52d8a..954eef2 100644 --- a/src/drivers/spi/Makefile.inc +++ b/src/drivers/spi/Makefile.inc @@ -30,7 +30,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))