1 # SPDX-License-Identifier: GPL-2.0-only
5 romstage-y += romstage.c
8 ramstage-y += fixup_fdt.c
11 DTB=$(obj)/hifive-unleashed.dtb
12 DTS=src/mainboard/sifive/hifive-unleashed/hifive-unleashed-a00.dts
14 dtc -I dts -O dtb -o $(DTB) $(DTS)
16 cbfs-files-y += fallback/DTB
17 fallback/DTB-file := $(DTB)
18 fallback/DTB-type := raw