Skip to content

Commit

Permalink
riscv: roms: Fix make rules for building sifive_u bios
Browse files Browse the repository at this point in the history
Currently the make rules are wrongly using qemu/virt opensbi image
for sifive_u machine. Correct it.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Chih-Min Chao <chihmin.chao@sifive.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-id: 1564812484-20385-1-git-send-email-bmeng.cn@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
  • Loading branch information
lbmeng authored and pm215 committed Aug 13, 2019
1 parent 968ff69 commit 02db1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roms/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ opensbi64-sifive_u:
$(MAKE) -C opensbi \
CROSS_COMPILE=$(riscv64_cross_prefix) \
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:
rm -rf seabios/.config seabios/out seabios/builds
Expand Down

0 comments on commit 02db1be

Please sign in to comment.