summaryrefslogtreecommitdiff
path: root/include/configs/zynq-common.h
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2019-09-11 14:00:57 +0300
committerMichal Simek <michal.simek@xilinx.com>2019-10-08 10:41:27 +0300
commit559e5a68f40c68988a5fadbd1f930c3230376cf9 (patch)
tree6acde9c7ef29625f3d1b7b20a9edbd2ea05d44c5 /include/configs/zynq-common.h
parent7712fb1ff738802a81a3989ad988e7ac8c0d16ff (diff)
downloadu-boot-559e5a68f40c68988a5fadbd1f930c3230376cf9.tar.xz
ARM: zynq: Enable USB1 as secondary boot device
Xilinx Zynq SoC has two usb controllers and both could be used as secondary boot method. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs/zynq-common.h')
-rw-r--r--include/configs/zynq-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
index 824efa9c00..de6c06ba3c 100644
--- a/include/configs/zynq-common.h
+++ b/include/configs/zynq-common.h
@@ -117,7 +117,7 @@
#endif
#ifdef CONFIG_CMD_USB
-#define BOOT_TARGET_DEVICES_USB(func) func(USB, usb, 0)
+#define BOOT_TARGET_DEVICES_USB(func) func(USB, usb, 0) func(USB, usb, 1)
#else
#define BOOT_TARGET_DEVICES_USB(func)
#endif