diff options
Diffstat (limited to 'src/mainboard/sifive/hifive-unmatched/Makefile.inc')
-rw-r--r-- | src/mainboard/sifive/hifive-unmatched/Makefile.inc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/mainboard/sifive/hifive-unmatched/Makefile.inc b/src/mainboard/sifive/hifive-unmatched/Makefile.inc deleted file mode 100644 index 0463be5de4..0000000000 --- a/src/mainboard/sifive/hifive-unmatched/Makefile.inc +++ /dev/null @@ -1,16 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0-only - -bootblock-y += romstage.c -bootblock-y += cbfs_spi.c - -ramstage-y += cbfs_spi.c -ramstage-y += fixup_fdt.c - -DTB=$(obj)/hifive-unmatched.dtb -DTS=src/mainboard/sifive/hifive-unmatched/hifive-unmatched-a00.dts -$(DTB): $(DTS) - dtc -I dts -O dtb -o $(DTB) $(DTS) - -cbfs-files-y += fallback/DTB -fallback/DTB-file := $(DTB) -fallback/DTB-type := raw |