From bd4e6e38b4448aee815862ce8e4dc213ccd2a8cd Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Tue, 26 May 2020 09:31:41 +0300 Subject: soc/sifive/fu540: Add chip_operations stub MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If06695745bb72f883314e5514c616223b0210a2f Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/41716 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph Reviewed-by: Angel Pons Reviewed-by: Philipp Hug --- src/soc/sifive/fu540/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (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 734b4a258a..807c390bb3 100644 --- a/src/soc/sifive/fu540/Makefile.inc +++ b/src/soc/sifive/fu540/Makefile.inc @@ -23,6 +23,7 @@ ramstage-y += sdram.c ramstage-y += cbmem.c ramstage-y += otp.c ramstage-y += clock.c +ramstage-y += chip.c CPPFLAGS_common += -Isrc/soc/sifive/fu540/include -- cgit v1.2.3