From aa5f821ee3313b869784eec25fab5da265225738 Mon Sep 17 00:00:00 2001 From: Xiang Wang Date: Mon, 27 Aug 2018 13:32:32 +0800 Subject: soc/sifive/fu540: add CLINT support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ibc3a8644dcb83d5697d9d6e551c7682377285116 Signed-off-by: Xiang Wang Reviewed-on: https://review.coreboot.org/28355 Tested-by: build bot (Jenkins) Reviewed-by: Jonathan Neuschäfer --- src/soc/sifive/fu540/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 abd3458b28..677731a8af 100644 --- a/src/soc/sifive/fu540/Makefile.inc +++ b/src/soc/sifive/fu540/Makefile.inc @@ -14,7 +14,7 @@ ifeq ($(CONFIG_SOC_SIFIVE_FU540),y) bootblock-y += uart.c -bootblock-y += mtime.c +bootblock-y += clint.c bootblock-y += media.c bootblock-y += bootblock.c -- cgit v1.2.3