mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-15 11:41:31 +00:00
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>
This commit is contained in:
parent
bcd40c347d
commit
2a766db11a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue