aboutsummaryrefslogtreecommitdiff
path: root/src/soc/sifive/fu540/Makefile.inc
diff options
context:
space:
mode:
authorPhilipp Hug <philipp@hug.cx>2018-07-07 13:59:30 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-07-18 07:54:54 +0000
commit52a022f680e9f59fbb4991109c2435f017c4f6c9 (patch)
tree08670c1168c4dc9ceb579c0f6080b9a5a00f31a6 /src/soc/sifive/fu540/Makefile.inc
parent1b43ad7149ebae684b0cbd08d293117a7304249d (diff)
sifive/fu540: add empty sdram init and size functions
Change-Id: I65f900a3277bc8a4a83ebc8883d4a325bd690bf8 Signed-off-by: Philipp Hug <philipp@hug.cx> Reviewed-on: https://review.coreboot.org/27438 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/soc/sifive/fu540/Makefile.inc')
-rw-r--r--src/soc/sifive/fu540/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/sifive/fu540/Makefile.inc b/src/soc/sifive/fu540/Makefile.inc
index 8a2f3a692b..9e7f584f78 100644
--- a/src/soc/sifive/fu540/Makefile.inc
+++ b/src/soc/sifive/fu540/Makefile.inc
@@ -19,9 +19,11 @@ bootblock-y += bootblock.c
romstage-y += uart.c
romstage-y += media.c
+romstage-y += sdram.c
ramstage-y += uart.c
ramstage-y += media.c
+ramstage-y += sdram.c
ramstage-y += cbmem.c
CPPFLAGS_common += -Isrc/soc/sifive/fu540/include