Skip to content
Snippets Groups Projects
Commit 559e5a68 authored by Michal Simek's avatar Michal Simek
Browse files

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: default avatarMichal Simek <michal.simek@xilinx.com>
parent 7712fb1f
No related branches found
No related tags found
No related merge requests found
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
#endif #endif
#ifdef CONFIG_CMD_USB #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 #else
#define BOOT_TARGET_DEVICES_USB(func) #define BOOT_TARGET_DEVICES_USB(func)
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment