aboutsummaryrefslogtreecommitdiff
path: root/include/configs/qemu-arm.h
diff options
context:
space:
mode:
authorAKASHI Takahiro <takahiro.akashi@linaro.org>2018-12-14 18:53:22 +0900
committerTom Rini <trini@konsulko.com>2019-03-08 18:03:58 -0500
commit279dc04f25538eb69f4377d73a9f2889a651cf5f (patch)
treedc92c94f1c2451050dbfe07c18909d27d621be90 /include/configs/qemu-arm.h
parente1d7ed34015a78788ada8a79d23a2af22fe1f451 (diff)
downloadu-boot-279dc04f25538eb69f4377d73a9f2889a651cf5f.zip
u-boot-279dc04f25538eb69f4377d73a9f2889a651cf5f.tar.gz
u-boot-279dc04f25538eb69f4377d73a9f2889a651cf5f.tar.bz2
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 <takahiro.akashi@linaro.org>
Diffstat (limited to 'include/configs/qemu-arm.h')
-rw-r--r--include/configs/qemu-arm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/qemu-arm.h b/include/configs/qemu-arm.h
index 0431a79..65fdb1e 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)