diff options
author | Alistair Francis <alistair.francis@wdc.com> | 2020-06-24 12:27:50 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-28 08:35:59 +0100 |
commit | badc7c486de84eafe1322d0c92f777c2d3b26481 (patch) | |
tree | c8283035e87fad6295fa17448440e4cddf705be5 /meta/conf | |
parent | d20e14ba44af32982faa0767f34dc358ef9efb32 (diff) | |
download | poky-badc7c486de84eafe1322d0c92f777c2d3b26481.tar.gz |
opensbi: Update to OpenSBI v0.8 release
(From OE-Core rev: f160800ec79973a5e8d8454fe3d695729a993f8b)
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/machine/include/riscv/qemuriscv.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/riscv/qemuriscv.inc b/meta/conf/machine/include/riscv/qemuriscv.inc index a42346f361..759c8a196e 100644 --- a/meta/conf/machine/include/riscv/qemuriscv.inc +++ b/meta/conf/machine/include/riscv/qemuriscv.inc | |||
@@ -18,7 +18,7 @@ WKS_FILE ?= "qemuriscv.wks" | |||
18 | MACHINE_EXTRA_RRECOMMENDS += " kernel-modules" | 18 | MACHINE_EXTRA_RRECOMMENDS += " kernel-modules" |
19 | 19 | ||
20 | EXTRA_IMAGEDEPENDS += "opensbi" | 20 | EXTRA_IMAGEDEPENDS += "opensbi" |
21 | RISCV_SBI_PLAT ?= "qemu/virt" | 21 | RISCV_SBI_PLAT ?= "generic" |
22 | RISCV_SBI_PAYLOAD ?= "${KERNEL_IMAGETYPE}-${MACHINE}.bin" | 22 | RISCV_SBI_PAYLOAD ?= "${KERNEL_IMAGETYPE}-${MACHINE}.bin" |
23 | 23 | ||
24 | UBOOT_ENTRYPOINT_riscv32 = "0x80400000" | 24 | UBOOT_ENTRYPOINT_riscv32 = "0x80400000" |