diff mbox series

fixup! roms: Add OpenSBI version 0.3

Message ID 20190628161503.16760-1-alistair.francis@wdc.com (mailing list archive)
State New, archived
Headers show
Series fixup! roms: Add OpenSBI version 0.3 | expand

Commit Message

Alistair Francis June 28, 2019, 4:15 p.m. UTC
---
 roms/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Palmer Dabbelt June 28, 2019, 5:18 p.m. UTC | #1
On Fri, 28 Jun 2019 09:15:03 PDT (-0700), Alistair Francis wrote:
> ---
>  roms/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/roms/Makefile b/roms/Makefile
> index 562ed726fd..dc70fb5aea 100644
> --- a/roms/Makefile
> +++ b/roms/Makefile
> @@ -179,7 +179,7 @@ opensbi64-virt:
>  		PLATFORM="qemu/virt"
>  	cp opensbi/build/platform/qemu/virt/firmware/fw_jump.bin ../pc-bios/opensbi-riscv64-virt-fw_jump.bin
>
> -opensbi64-virt:
> +opensbi64-sifive_u:
>  	$(MAKE) -C opensbi \
>  		CROSS_COMPILE=$(riscv64_cross_prefix) \
>  		PLATFORM="qemu/sifive_u"

Thanks!
diff mbox series

Patch

diff --git a/roms/Makefile b/roms/Makefile
index 562ed726fd..dc70fb5aea 100644
--- a/roms/Makefile
+++ b/roms/Makefile
@@ -179,7 +179,7 @@  opensbi64-virt:
 		PLATFORM="qemu/virt"
 	cp opensbi/build/platform/qemu/virt/firmware/fw_jump.bin ../pc-bios/opensbi-riscv64-virt-fw_jump.bin
 
-opensbi64-virt:
+opensbi64-sifive_u:
 	$(MAKE) -C opensbi \
 		CROSS_COMPILE=$(riscv64_cross_prefix) \
 		PLATFORM="qemu/sifive_u"