From: Ran Wang Date: Thu, 14 Jun 2018 02:45:39 +0000 (+0800) Subject: Revert "powerpc/p1_p2_rdb_pc: Fix endian access issue on EHCI intinalization" X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9a21dc3726adeeb0587c80074703e3a7d9c6350a;p=project%2Fbcm63xx%2Fu-boot.git Revert "powerpc/p1_p2_rdb_pc: Fix endian access issue on EHCI intinalization" 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 [YS: revised commit message] Reviewed-by: York Sun --- diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h index 32104c2ad4..3aebc845cd 100644 --- a/include/configs/p1_p2_rdb_pc.h +++ b/include/configs/p1_p2_rdb_pc.h @@ -757,7 +757,6 @@ #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