aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorTom Rini2022-06-25 11:02:32 -0400
committerTom Rini2022-07-07 09:29:08 -0400
commitdea25842ab72427fde250992da1d29c2fbc256f8 (patch)
tree7f6995c988b43ca09920fd608c4dc7f426d6b105 /include/configs
parentcd6a45a41fb2c19884ac87afade87b4d53601929 (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>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/socrates.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/socrates.h b/include/configs/socrates.h
index db282681326..5dc8d855988 100644
--- a/include/configs/socrates.h
+++ b/include/configs/socrates.h
@@ -222,7 +222,4 @@
/* pass open firmware flat tree */
-/* USB support */
-#define CONFIG_PCI_OHCI 1
-
#endif /* __CONFIG_H */