]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Revert "powerpc/p1_p2_rdb_pc: Fix endian access issue on EHCI intinalization"
authorRan Wang <ran.wang_1@nxp.com>
Thu, 14 Jun 2018 02:45:39 +0000 (10:45 +0800)
committerYork Sun <york.sun@nxp.com>
Tue, 31 Jul 2018 17:17:18 +0000 (10:17 -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 0f2296bab141 ("powerpc/p1_p2_rdb_pc:
Fix endian access issue on EHCI intinalization"). On P1 P2 platforms,
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/p1_p2_rdb_pc.h

index 32104c2ad49d9605501ca98a3fbfdfe7b8918567..3aebc845cdba47e7e16e2f3d0e71d2322787f6b5 100644 (file)
 #ifdef CONFIG_USB_EHCI_HCD
 #define CONFIG_EHCI_HCD_INIT_AFTER_RESET
 #define CONFIG_USB_EHCI_FSL
-#define CONFIG_EHCI_DESC_BIG_ENDIAN
 #endif
 #endif