mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-07 07:11:35 +00:00
Revert "powerpc/T104xRDB: Fix endian access issue on EHCI intinalization"
There was an EHCI endian accessor issue. Now it's fixed by commit9829ce2ff2
("usb: ehci: Fix accessors for big-endian platforms and descriptors"). Revert commite6a727fffe
("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>
This commit is contained in:
parent
9a21dc3726
commit
9dcb9d763d
1 changed files with 0 additions and 1 deletions
|
@ -618,7 +618,6 @@ $(SRCTREE)/board/freescale/t104xrdb/t1042d4_sd_rcw.cfg
|
||||||
#ifdef CONFIG_USB_EHCI_HCD
|
#ifdef CONFIG_USB_EHCI_HCD
|
||||||
#define CONFIG_USB_EHCI_FSL
|
#define CONFIG_USB_EHCI_FSL
|
||||||
#define CONFIG_EHCI_HCD_INIT_AFTER_RESET
|
#define CONFIG_EHCI_HCD_INIT_AFTER_RESET
|
||||||
#define CONFIG_EHCI_DESC_BIG_ENDIAN
|
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue