summaryrefslogtreecommitdiff
path: root/src/mainboard/sifive/hifive-unmatched/Makefile.inc
diff options
context:
space:
mode:
authorMartin L Roth <gaumless@gmail.com>2024-03-02 17:33:49 +0000
committerMartin L Roth <gaumless@gmail.com>2024-03-02 18:09:05 +0000
commitec7b48076009cfe82e5ee91050f5fc66c4850193 (patch)
tree27d383dd9256a25657759a5e63c8ae2330280e54 /src/mainboard/sifive/hifive-unmatched/Makefile.inc
parente26bcaefbeb1d64cf2a78ad54e0f6ad4affab086 (diff)
Revert "mb/sifive: Add Hifive Unmatched mainboard"
This reverts commit e26bcaefbeb1d64cf2a78ad54e0f6ad4affab086. Reason for revert: Patch submitted out of order. Change-Id: I71c024b13411c4e0c9b4d6358f9cd31c57bbbfe2 Signed-off-by: Martin Roth <gaumless@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80943 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: David Hendricks <david.hendricks@gmail.com>
Diffstat (limited to 'src/mainboard/sifive/hifive-unmatched/Makefile.inc')
-rw-r--r--src/mainboard/sifive/hifive-unmatched/Makefile.inc16
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