aboutsummaryrefslogtreecommitdiff
path: root/src/soc/sifive/fu540/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/sifive/fu540/Makefile.inc')
-rw-r--r--src/soc/sifive/fu540/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/sifive/fu540/Makefile.inc b/src/soc/sifive/fu540/Makefile.inc
index 4f62f3ed62..3c97c08191 100644
--- a/src/soc/sifive/fu540/Makefile.inc
+++ b/src/soc/sifive/fu540/Makefile.inc
@@ -15,13 +15,13 @@ ifeq ($(CONFIG_SOC_SIFIVE_FU540),y)
bootblock-y += uart.c
bootblock-y += clint.c
-bootblock-y += media.c
+bootblock-y += spi.c
bootblock-y += bootblock.c
bootblock-y += clock.c
romstage-y += uart.c
romstage-y += clint.c
-romstage-y += media.c
+romstage-y += spi.c
romstage-y += sdram.c
romstage-y += cbmem.c
romstage-y += otp.c
@@ -29,7 +29,7 @@ romstage-y += clock.c
ramstage-y += uart.c
ramstage-y += clint.c
-ramstage-y += media.c
+ramstage-y += spi.c
ramstage-y += sdram.c
ramstage-y += cbmem.c
ramstage-y += otp.c