diff options
author | Alistair Francis <alistair.francis@wdc.com> | 2019-10-14 17:43:17 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-19 23:18:33 +0100 |
commit | 4bdf118a743cb268cadbcb24187f9ab979fd05a7 (patch) | |
tree | f89d737123f3c334a9b414bb337afd5c0d58e0a8 | |
parent | fdc1ccbb969b2fe80f0b32dce818ee237451c816 (diff) | |
download | poky-4bdf118a743cb268cadbcb24187f9ab979fd05a7.tar.gz |
qemuriscv64: Build smode U-Boot
(From OE-Core rev: 5b7e78f6389e1659cbf22499e17ef34b2b813a08)
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/machine/qemuriscv64.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/qemuriscv64.conf b/meta/conf/machine/qemuriscv64.conf index 99b48b309b..b45fdd556d 100644 --- a/meta/conf/machine/qemuriscv64.conf +++ b/meta/conf/machine/qemuriscv64.conf | |||
@@ -5,5 +5,5 @@ | |||
5 | require conf/machine/include/riscv/qemuriscv.inc | 5 | require conf/machine/include/riscv/qemuriscv.inc |
6 | 6 | ||
7 | EXTRA_IMAGEDEPENDS += "u-boot" | 7 | EXTRA_IMAGEDEPENDS += "u-boot" |
8 | UBOOT_MACHINE = "qemu-riscv64_defconfig" | 8 | UBOOT_MACHINE = "qemu-riscv64_smode_defconfig" |
9 | UBOOT_ELF = "u-boot" | 9 | UBOOT_ELF = "u-boot" |