From bd054832d29e81a003c6ecf9e9d1bc5a6c9d845c Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Fri, 3 Feb 2023 14:55:47 -0700 Subject: [PATCH] drivers/spi: Remove SPI_FRAM_RAMTRON from makefile This is unused - other references were removed long ago. Signed-off-by: Martin Roth Change-Id: Ia7a65f54c736db20a5440795fdfaa8be31ef971f Reviewed-on: https://review.coreboot.org/c/coreboot/+/72767 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- src/drivers/spi/Makefile.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/drivers/spi/Makefile.inc b/src/drivers/spi/Makefile.inc index 3a52d8a8c7..954eef2772 100644 --- a/src/drivers/spi/Makefile.inc +++ b/src/drivers/spi/Makefile.inc @@ -30,7 +30,6 @@ $(1)-$(CONFIG_SPI_FLASH_SPANSION) += spansion.c $(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))