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:
bcd40c3
)
doc: Fix outdated ohci board hook documentation
author
Krzysztof Kozlowski
<krzk@kernel.org>
Tue, 2 Apr 2019 07:32:12 +0000
(09:32 +0200)
committer
Marek Vasut
<marex@denx.de>
Tue, 2 Apr 2019 10:52:54 +0000
(12:52 +0200)
The ohci driver calls board_usb_init(), not usb_board_init().
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
doc/README.generic_usb_ohci
patch
|
blob
|
history
diff --git
a/doc/README.generic_usb_ohci
b/doc/README.generic_usb_ohci
index 61300c35758a8c0c222c8605713d2ee90b984ee3..65b0896c7fd29603a69e3e1f6c1b82997d205491 100644
(file)
--- a/
doc/README.generic_usb_ohci
+++ b/
doc/README.generic_usb_ohci
@@
-13,7
+13,7
@@
Configuration options
CONFIG_SYS_USB_OHCI_BOARD_INIT: call the board dependant hooks:
- - extern int
usb_board
_init(void);
+ - extern int
board_usb
_init(void);
- extern int usb_board_stop(void);
- extern int usb_cpu_init_fail(void);