summaryrefslogtreecommitdiff
path: root/include/configs/mx23evk.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-08 08:24:25 -0400
committerTom Rini <trini@konsulko.com>2022-06-28 17:03:30 -0400
commit90bb5c08c8502b715176c81f5e551c35a4b0c5b1 (patch)
treecfd9807f219694f2b78f917ca5bb36d4c1c9bbde /include/configs/mx23evk.h
parentd6e9efa6b2309d6582366dd4c6a95c4c7fb8f2af (diff)
ehci-mxs: Remove non-DM code
This code is not enabled anywhere, drop it. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/mx23evk.h')
-rw-r--r--include/configs/mx23evk.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx23evk.h b/include/configs/mx23evk.h
index 3fb00031075..94b916dbdb1 100644
--- a/include/configs/mx23evk.h
+++ b/include/configs/mx23evk.h
@@ -21,7 +21,6 @@
/* USB */
#ifdef CONFIG_CMD_USB
-#define CONFIG_EHCI_MXS_PORT0
#define CONFIG_USB_MAX_CONTROLLER_COUNT 1
#endif