diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-12-18 21:45:34 +0100 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-12-18 21:45:34 +0100 |
commit | fe7f0810ddf41939bbdd22fe39b0b80fdfe0636b (patch) | |
tree | 7ae945711f3b37183fef66e694cedd35f8e722e9 /include/configs/tegra114-common.h | |
parent | f4e4aadeaddaf148f02f52b9e24ea19ab84f3475 (diff) | |
parent | 766afc3dff35f8f257deb0373735a328c8206880 (diff) | |
download | u-boot-imx-fe7f0810ddf41939bbdd22fe39b0b80fdfe0636b.zip u-boot-imx-fe7f0810ddf41939bbdd22fe39b0b80fdfe0636b.tar.gz u-boot-imx-fe7f0810ddf41939bbdd22fe39b0b80fdfe0636b.tar.bz2 |
Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'
Diffstat (limited to 'include/configs/tegra114-common.h')
-rw-r--r-- | include/configs/tegra114-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/tegra114-common.h b/include/configs/tegra114-common.h index c3de9a9..a4e8a5f 100644 --- a/include/configs/tegra114-common.h +++ b/include/configs/tegra114-common.h @@ -82,5 +82,6 @@ /* For USB EHCI controller */ #define CONFIG_EHCI_IS_TDI +#define CONFIG_USB_EHCI_TXFIFO_THRESH 0x10 #endif /* _TEGRA114_COMMON_H_ */ |