summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-03-08 18:04:13 -0500
committerTom Rini <trini@konsulko.com>2019-03-08 18:04:13 -0500
commite8e3f2d2d48f97b2c79b698eccedce8f4f880993 (patch)
treedc92c94f1c2451050dbfe07c18909d27d621be90 /include
parent606b239a6c60868da1767b973e5f9c3e6eae48fe (diff)
parent279dc04f25538eb69f4377d73a9f2889a651cf5f (diff)
downloadu-boot-e8e3f2d2d48f97b2c79b698eccedce8f4f880993.tar.gz
u-boot-e8e3f2d2d48f97b2c79b698eccedce8f4f880993.tar.xz
u-boot-e8e3f2d2d48f97b2c79b698eccedce8f4f880993.zip
Merge branch '2019-03-08-master-imports'
- Assorted minor fixes: - ARM: qemu-arm: enable USB boot in distro boot with UEFI - image: fdt: handle coalesced reserve region - cmd: thordown: Fix spelling of download. - fdt: Fix FIT header verification in mkimage and conduct same checks as bootm - test: Update test-imagetools.sh to match new syntax
Diffstat (limited to 'include')
-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 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)