Skip to content
Snippets Groups Projects
Commit 02db1be1 authored by Bin Meng's avatar Bin Meng Committed by Peter Maydell
Browse files

riscv: roms: Fix make rules for building sifive_u bios


Currently the make rules are wrongly using qemu/virt opensbi image
for sifive_u machine. Correct it.

Signed-off-by: default avatarBin Meng <bmeng.cn@gmail.com>
Reviewed-by: default avatarChih-Min Chao <chihmin.chao@sifive.com>
Reviewed-by: default avatarAlistair Francis <alistair.francis@wdc.com>
Message-id: 1564812484-20385-1-git-send-email-bmeng.cn@gmail.com
Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
parent 968ff692
No related branches found
No related tags found
No related merge requests found
...@@ -183,7 +183,7 @@ opensbi64-sifive_u: ...@@ -183,7 +183,7 @@ opensbi64-sifive_u:
$(MAKE) -C opensbi \ $(MAKE) -C opensbi \
CROSS_COMPILE=$(riscv64_cross_prefix) \ CROSS_COMPILE=$(riscv64_cross_prefix) \
PLATFORM="qemu/sifive_u" PLATFORM="qemu/sifive_u"
cp opensbi/build/platform/qemu/virt/firmware/fw_jump.bin ../pc-bios/opensbi-riscv64-sifive_u-fw_jump.bin cp opensbi/build/platform/qemu/sifive_u/firmware/fw_jump.bin ../pc-bios/opensbi-riscv64-sifive_u-fw_jump.bin
clean: clean:
rm -rf seabios/.config seabios/out seabios/builds rm -rf seabios/.config seabios/out seabios/builds
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment