]> Git Repo - J-u-boot.git/commitdiff
include/configs: replace MXC_EHCI_MODE_SERIAL with PORT_PTS_SERIAL
authorMatthias Schiffer <[email protected]>
Mon, 20 Sep 2021 13:37:23 +0000 (15:37 +0200)
committerRamon Fried <[email protected]>
Tue, 28 Sep 2021 15:50:55 +0000 (18:50 +0300)
The MXC_EHCI_MODE_ definitions are redundant. Replace MXC_EHCI_MODE_SERIAL
with the equivalent PORT_PTS_SERIAL.

Only the zmx25 platform is affected.

Signed-off-by: Markus Niebel <[email protected]>
Signed-off-by: Matthias Schiffer <[email protected]>
include/configs/zmx25.h

index 88a885463d40ed53434d1767996e0065f1800fcc..8b571da021a71fcdf34f4f0e2ba21bcada22bc3e 100644 (file)
@@ -57,7 +57,7 @@
 #define CONFIG_USB_EHCI_MXC
 #define CONFIG_EHCI_HCD_INIT_AFTER_RESET
 #define CONFIG_MXC_USB_PORT    1
-#define CONFIG_MXC_USB_PORTSC  MXC_EHCI_MODE_SERIAL
+#define CONFIG_MXC_USB_PORTSC  PORT_PTS_SERIAL
 #define CONFIG_MXC_USB_FLAGS   (MXC_EHCI_INTERNAL_PHY | MXC_EHCI_IPPUE_DOWN)
 #define CONFIG_EHCI_IS_TDI
 #endif /* CONFIG_CMD_USB */
This page took 0.039823 seconds and 4 git commands to generate.