From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 27 Jan 2014 09:49:50 -0700 Subject: [U-Boot] [PATCH V2 13/13] ARM: tegra: fix "bootp" issue for Tegra124 too In-Reply-To: <1390546417.21043.19.camel@jilin-desktop> References: <1390524180-15008-1-git-send-email-swarren@wwwdotorg.org> <1390524180-15008-13-git-send-email-swarren@wwwdotorg.org> <1390546417.21043.19.camel@jilin-desktop> Message-ID: <52E68E2E.4090901@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/23/2014 11:53 PM, Jim Lin wrote: > On Fri, 2014-01-24 at 08:43 +0800, Stephen Warren wrote: >> From: Jim Lin >> >> 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 se, (per technical reference >> manual. > > Stephen, > Could you help to replace "," with "t" and put right parenthesis? > Like > > controller reset and before RUN bit is set (per technical reference > manual). Tom, will you do this when applying the patch, or do you want me to resend? Thanks.