]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARM: tegra: fix "bootp" issue for Tegra124 too
authorJim Lin <jilin@nvidia.com>
Fri, 24 Jan 2014 19:46:19 +0000 (12:46 -0700)
committerTom Warren <twarren@nvidia.com>
Mon, 3 Feb 2014 16:46:47 +0000 (09:46 -0700)
Fix the timeout issue after running "bootp" command in U-Boot console.

TXFIFOTHRES bits of TXFILLTUNING register should be set to 0x10 after a
controller reset and before RUN bit is set (per technical reference
manual).

Signed-off-by: Jim Lin <jilin@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Tested-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
include/configs/tegra124-common.h

index 32d5bc9c950fe96a08e2d15f609876b5a7b798af..0a4541bd20e6da5f7c9d808c481da63e0fed0444 100644 (file)
@@ -78,5 +78,6 @@
 
 /* For USB EHCI controller */
 #define CONFIG_EHCI_IS_TDI
+#define CONFIG_USB_EHCI_TXFIFO_THRESH  0x10
 
 #endif /* _TEGRA124_COMMON_H_ */