mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-30 16:39:35 +00:00
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>
This commit is contained in:
parent
7712fb1ff7
commit
559e5a68f4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue