summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2019-04-02 09:32:12 +0200
committerMarek Vasut <marex@denx.de>2019-04-02 12:52:54 +0200
commit2a766db11a7e3129db0c893a43661ed7ee944c55 (patch)
tree60a104350c9502294e6742b857902c555a085b4d /doc
parentbcd40c347d2c983625065ec70e9e9e1f98b42baf (diff)
downloadu-boot-2a766db11a7e3129db0c893a43661ed7ee944c55.tar.gz
doc: Fix outdated ohci board hook documentation
The ohci driver calls board_usb_init(), not usb_board_init(). Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.generic_usb_ohci2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.generic_usb_ohci b/doc/README.generic_usb_ohci
index 61300c3575..65b0896c7f 100644
--- 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);