]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Revert "powerpc/T104xRDB: Fix endian access issue on EHCI intinalization"
authorRan Wang <ran.wang_1@nxp.com>
Thu, 14 Jun 2018 02:45:40 +0000 (10:45 +0800)
committerYork Sun <york.sun@nxp.com>
Tue, 31 Jul 2018 17:19:42 +0000 (10:19 -0700)
There was an EHCI endian accessor issue. Now it's fixed by commit
9829ce2ff25c ("usb: ehci: Fix accessors for big-endian platforms and
descriptors"). Revert commit e6a727fffec7 ("powerpc/T104xRDB: Fix
endian access issue on EHCI intinalization"). On T104x platform,
USB EHCI register use little endian.

Signed-off-by: Ran Wang <ran.wang_1@nxp.com>
[YS: revised commit message]
Reviewed-by: York Sun <york.sun@nxp.com>
include/configs/T104xRDB.h

index c8bec69542b3b7cb0f0cf073b66d3a6e240f66b0..71ea224281dfb84e01dc8283104f480cefb7aad3 100644 (file)
@@ -618,7 +618,6 @@ $(SRCTREE)/board/freescale/t104xrdb/t1042d4_sd_rcw.cfg
 #ifdef CONFIG_USB_EHCI_HCD
 #define CONFIG_USB_EHCI_FSL
 #define CONFIG_EHCI_HCD_INIT_AFTER_RESET
-#define CONFIG_EHCI_DESC_BIG_ENDIAN
 #endif
 #endif