]> git.baikalelectronics.ru Git - uboot.git/commit
usb: ohci-hcd: Remove some unused legacy code
authorTom Rini <trini@konsulko.com>
Sat, 25 Jun 2022 15:02:32 +0000 (11:02 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 7 Jul 2022 13:29:08 +0000 (09:29 -0400)
commit87f2e8efd126bc72bf2d14313c484ec1a2e93db0
tree7f6995c988b43ca09920fd608c4dc7f426d6b105
parente1f0fb19ef7019235a9e24c89ba73263fae10e2d
usb: ohci-hcd: Remove some unused legacy code

At this point, the only user of ohci-hcd that also uses PCI is using DM,
so we can drop CONFIG_PCI_OHCI* usage.  No platforms set either of
CONFIG_SYS_USB_OHCI_BOARD_INIT or CONFIG_SYS_USB_OHCI_CPU_INIT so those
hooks can be removed as well.

Signed-off-by: Tom Rini <trini@konsulko.com>
doc/README.generic_usb_ohci
drivers/usb/host/ohci-hcd.c
include/configs/socrates.h