From: Peter Robinson Date: Sun, 16 Sep 2018 17:22:58 +0000 (+0100) Subject: tegra20: common: fix USB_EHCI_TXFIFO_THRESH value X-Git-Tag: v2019.04-rc3~12^2~9 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cba0ae6e49085dba539d223c58d1c203a98689f0;p=oweals%2Fu-boot.git tegra20: common: fix USB_EHCI_TXFIFO_THRESH value All other Tegra devices that define USB_EHCI_TXFIFO_THRESH use hex representation, fix tegra20 to be the same format. Signed-off-by: Peter Robinson Cc: Tom Warren Cc: Stephen Warren Signed-off-by: Tom Warren --- diff --git a/include/configs/tegra20-common.h b/include/configs/tegra20-common.h index 7f0a5292c2..3551616cd1 100644 --- a/include/configs/tegra20-common.h +++ b/include/configs/tegra20-common.h @@ -78,7 +78,7 @@ * parameter, the default (2) causes occasional Data Buffer Errors in OUT * packets depending on the buffer address and size. */ -#define CONFIG_USB_EHCI_TXFIFO_THRESH 10 +#define CONFIG_USB_EHCI_TXFIFO_THRESH 0x10 #define CONFIG_EHCI_IS_TDI #define CONFIG_SYS_NAND_SELF_INIT