aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/sifive/hifive-unleashed/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/sifive/hifive-unleashed/Makefile.inc')
-rw-r--r--src/mainboard/sifive/hifive-unleashed/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/sifive/hifive-unleashed/Makefile.inc b/src/mainboard/sifive/hifive-unleashed/Makefile.inc
index 8ce266f034..88ea145eef 100644
--- a/src/mainboard/sifive/hifive-unleashed/Makefile.inc
+++ b/src/mainboard/sifive/hifive-unleashed/Makefile.inc
@@ -24,7 +24,7 @@ ramstage-y += media.c
DTB=$(obj)/hifive-unleashed.dtb
-DTS=src/mainboard/sifive/hifive-unleashed/hifive-unleashed.dts
+DTS=src/mainboard/sifive/hifive-unleashed/hifive-unleashed-a00.dts
$(DTB): $(DTS)
dtc -I dts -O dtb -o $(DTB) $(DTS)