public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] doc: Fix outdated ohci board hook documentation
@ 2019-04-02  7:32 Krzysztof Kozlowski
  2019-04-02 10:52 ` Marek Vasut
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2019-04-02  7:32 UTC (permalink / raw)
  To: u-boot

The ohci driver calls board_usb_init(), not usb_board_init().

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 doc/README.generic_usb_ohci | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/README.generic_usb_ohci b/doc/README.generic_usb_ohci
index 61300c35758a..65b0896c7fd2 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);
 
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-02 10:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-02  7:32 [U-Boot] [PATCH] doc: Fix outdated ohci board hook documentation Krzysztof Kozlowski
2019-04-02 10:52 ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox