Philipp Hug has uploaded this change for review. ( https://review.coreboot.org/28551
Change subject: soc/sifive/fu540: Makefile: include clint.c in ramstage ......................................................................
soc/sifive/fu540: Makefile: include clint.c in ramstage
Fix compliation issue. clint.c is needed as well in ramstage due to CR 28372 and 28355
Change-Id: I7c7768744a165b97978bb8f7f95acf7b32ca4aa4 --- M src/soc/sifive/fu540/Makefile.inc 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/51/28551/1
diff --git a/src/soc/sifive/fu540/Makefile.inc b/src/soc/sifive/fu540/Makefile.inc index 12b814a..b991783 100644 --- a/src/soc/sifive/fu540/Makefile.inc +++ b/src/soc/sifive/fu540/Makefile.inc @@ -24,6 +24,7 @@ romstage-y += otp.c
ramstage-y += uart.c +ramstage-y += clint.c ramstage-y += media.c ramstage-y += sdram.c ramstage-y += cbmem.c