From 279dc04f25538eb69f4377d73a9f2889a651cf5f Mon Sep 17 00:00:00 2001 From: AKASHI Takahiro Date: Fri, 14 Dec 2018 18:53:22 +0900 Subject: [PATCH] ARM: qemu-arm: enable USB boot in distro boot with UEFI With this patch which adds a removable USB mass storage to a list of bootable devices, USB boot is supported in distro boot if UEFI is configured. Signed-off-by: AKASHI Takahiro --- include/configs/qemu-arm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/qemu-arm.h b/include/configs/qemu-arm.h index 0431a7982d..65fdb1e929 100644 --- a/include/configs/qemu-arm.h +++ b/include/configs/qemu-arm.h @@ -25,6 +25,7 @@ #define CONFIG_ENV_SIZE SZ_256K #define BOOT_TARGET_DEVICES(func) \ + func(USB, usb, 0) \ func(SCSI, scsi, 0) \ func(VIRTIO, virtio, 0) \ func(DHCP, dhcp, na) -- 2.39.5