projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7712fb1
)
ARM: zynq: Enable USB1 as secondary boot device
author
Michal Simek
<michal.simek@xilinx.com>
Wed, 11 Sep 2019 11:00:57 +0000
(13:00 +0200)
committer
Michal Simek
<michal.simek@xilinx.com>
Tue, 8 Oct 2019 07:41:27 +0000
(09:41 +0200)
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
patch
|
blob
|
history
diff --git
a/include/configs/zynq-common.h
b/include/configs/zynq-common.h
index 824efa9c004bcb0f752cec7ba752376511f8047a..de6c06ba3ce7770e619264ce40b92d049225d6f9 100644
(file)
--- 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