From 52a022f680e9f59fbb4991109c2435f017c4f6c9 Mon Sep 17 00:00:00 2001 From: Philipp Hug Date: Sat, 7 Jul 2018 13:59:30 +0200 Subject: sifive/fu540: add empty sdram init and size functions Change-Id: I65f900a3277bc8a4a83ebc8883d4a325bd690bf8 Signed-off-by: Philipp Hug Reviewed-on: https://review.coreboot.org/27438 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/soc/sifive/fu540/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/soc/sifive/fu540/Makefile.inc') 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 -- cgit v1.2.3