diff options
author | Martin Roth <gaumless@gmail.com> | 2023-02-03 14:55:47 -0700 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2023-08-10 00:31:14 +0000 |
commit | bd054832d29e81a003c6ecf9e9d1bc5a6c9d845c (patch) | |
tree | aa4edf6d6a337197018267f9cbf49ed778f5e890 /src/drivers/spi | |
parent | 8e9906c19abf91d20a75ac24cfc7bd5637c2fbb5 (diff) |
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>
Diffstat (limited to 'src/drivers/spi')
-rw-r--r-- | src/drivers/spi/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
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)) |