Add EFI boot manager to boot targets.

Signed-off-by: Heinrich Schuchardt <heinrich.schucha...@canonical.com>
---
 board/emulation/qemu-arm/qemu-arm.env   | 2 +-
 board/emulation/qemu-sbsa/qemu-sbsa.env | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/board/emulation/qemu-arm/qemu-arm.env 
b/board/emulation/qemu-arm/qemu-arm.env
index fb4adef281e..01d363baf2c 100644
--- a/board/emulation/qemu-arm/qemu-arm.env
+++ b/board/emulation/qemu-arm/qemu-arm.env
@@ -12,4 +12,4 @@ scriptaddr=0x40200000
 pxefile_addr_r=0x40300000
 kernel_addr_r=0x40400000
 ramdisk_addr_r=0x44000000
-boot_targets=qfw usb scsi virtio nvme dhcp
+boot_targets=qfw usb scsi virtio nvme efimgr dhcp
diff --git a/board/emulation/qemu-sbsa/qemu-sbsa.env 
b/board/emulation/qemu-sbsa/qemu-sbsa.env
index 88fdb0ec1c5..010c6172bdd 100644
--- a/board/emulation/qemu-sbsa/qemu-sbsa.env
+++ b/board/emulation/qemu-sbsa/qemu-sbsa.env
@@ -11,4 +11,4 @@ scriptaddr=0x100000300000
 pxefile_addr_r=0x10000400000
 kernel_addr_r=0x10000200000
 ramdisk_addr_r=0x10001000000
-boot_targets=qfw usb scsi virtio nvme dhcp
+boot_targets=qfw usb scsi virtio nvme efimgr dhcp
-- 
2.48.1

Reply via email to