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>
This commit is contained in:
parent
8e9906c19a
commit
bd054832d2
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue