aboutsummaryrefslogtreecommitdiff
path: root/src/soc/sifive/fu540/Makefile.inc
diff options
context:
space:
mode:
authorXiang Wang <wxjstz@126.com>2018-08-27 13:32:32 +0800
committerPatrick Georgi <pgeorgi@google.com>2018-09-10 15:03:37 +0000
commitaa5f821ee3313b869784eec25fab5da265225738 (patch)
tree7105f1b5edaf7260711d5d6b4bc7fd126feef9c1 /src/soc/sifive/fu540/Makefile.inc
parent2e38dbe5f1a9db76cdf529679faee63fcb6a9c34 (diff)
soc/sifive/fu540: add CLINT support
Change-Id: Ibc3a8644dcb83d5697d9d6e551c7682377285116 Signed-off-by: Xiang Wang <wxjstz@126.com> Reviewed-on: https://review.coreboot.org/28355 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Diffstat (limited to 'src/soc/sifive/fu540/Makefile.inc')
-rw-r--r--src/soc/sifive/fu540/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
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