
11 Sep
2019
11 Sep
'19
1:28 p.m.
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 ---
include/configs/zynq-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 824efa9c004b..de6c06ba3ce7 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
--
2.17.1