From 42308e5d34d56056766242868aadd1d5b6ce208b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 21 Oct 2018 08:20:14 -0700 Subject: [PATCH] qemuriscv64: Express u-boot bootloader choice In a multi-BSP env u-boot may be provided by other BSP layers as well so we need to be explicit about u-boot we need Signed-off-by: Khem Raj --- conf/machine/qemuriscv64.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/machine/qemuriscv64.conf b/conf/machine/qemuriscv64.conf index 4bb24be..99af9fc 100644 --- a/conf/machine/qemuriscv64.conf +++ b/conf/machine/qemuriscv64.conf @@ -5,6 +5,9 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-riscv" PREFERRED_VERSION_linux-riscv ?= "4.18%" +PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot" +PREFERRED_PROVIDER_u-boot ?= "u-boot" + require conf/machine/include/qemu.inc require conf/machine/include/tune-riscv.inc