diff options
author | Ran Wang <ran.wang_1@nxp.com> | 2018-06-14 10:45:40 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2018-07-31 10:19:42 -0700 |
commit | 9dcb9d763d328da903194d0f14f97d9620a6f52d (patch) | |
tree | 9d80cb6d455e2daf2750a50f381d584509849805 /include/configs/T104xRDB.h | |
parent | 9a21dc3726adeeb0587c80074703e3a7d9c6350a (diff) | |
download | u-boot-9dcb9d763d328da903194d0f14f97d9620a6f52d.tar.gz |
Revert "powerpc/T104xRDB: 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 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>
Diffstat (limited to 'include/configs/T104xRDB.h')
-rw-r--r-- | include/configs/T104xRDB.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/T104xRDB.h b/include/configs/T104xRDB.h index c8bec69542..71ea224281 100644 --- a/include/configs/T104xRDB.h +++ b/include/configs/T104xRDB.h @@ -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 |