commit | dea25842ab72427fde250992da1d29c2fbc256f8 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Jun 25 11:02:32 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 07 09:29:08 2022 -0400 |
tree | 7f6995c988b43ca09920fd608c4dc7f426d6b105 | |
parent | cd6a45a41fb2c19884ac87afade87b4d53601929 [diff] |
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>