[coreboot-gerrit] Change in coreboot[master]: soc/sifive/fu540: Makefile: include clint.c in ramstage

Philipp Hug (Code Review) gerrit at coreboot.org
Mon Sep 10 19:35:14 CEST 2018


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

-- 
To view, visit https://review.coreboot.org/28551
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7c7768744a165b97978bb8f7f95acf7b32ca4aa4
Gerrit-Change-Number: 28551
Gerrit-PatchSet: 1
Gerrit-Owner: Philipp Hug <philipp at hug.cx>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180910/b61f48fe/attachment.html>


More information about the coreboot-gerrit mailing list