From: Krzysztof Kozlowski Date: Tue, 2 Apr 2019 07:32:12 +0000 (+0200) Subject: doc: Fix outdated ohci board hook documentation X-Git-Tag: v2019.04~6^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2a766db11a7e3129db0c893a43661ed7ee944c55;p=oweals%2Fu-boot.git doc: Fix outdated ohci board hook documentation The ohci driver calls board_usb_init(), not usb_board_init(). Signed-off-by: Krzysztof Kozlowski --- 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);