Re: [U-Boot] [PATCH v4] net: TFTP: variables cleanup and addition

2015-10-29 Thread Joe Hershberger
On Sun, Oct 11, 2015 at 5:02 PM, Albert ARIBAUD (3ADEV) wrote: > TFTP source and destination port variable names are > 'tftpsrcp' and 'tftpdstp' in the code, but 'tftpsrcport' > and 'tftpdstport' in the README file. Fix the README. > > Add environment variable 'tftptimeoutcountmax'. As per the > c

Re: [U-Boot] [PATCH v4] net: TFTP: variables cleanup and addition

2015-10-29 Thread Joe Hershberger
Hi Albert, On Sun, Oct 25, 2015 at 5:29 AM, Albert ARIBAUD wrote: > On Mon, 12 Oct 2015 00:02:57 +0200, Albert ARIBAUD (3ADEV) > wrote: >> TFTP source and destination port variable names are >> 'tftpsrcp' and 'tftpdstp' in the code, but 'tftpsrcport' >> and 'tftpdstport' in the README file. Fix

Re: [U-Boot] [PATCH v4] net: TFTP: variables cleanup and addition

2015-10-25 Thread Albert ARIBAUD
On Mon, 12 Oct 2015 00:02:57 +0200, Albert ARIBAUD (3ADEV) wrote: > TFTP source and destination port variable names are > 'tftpsrcp' and 'tftpdstp' in the code, but 'tftpsrcport' > and 'tftpdstport' in the README file. Fix the README. > > Add environment variable 'tftptimeoutcountmax'. As per the

[U-Boot] [PATCH v4] net: TFTP: variables cleanup and addition

2015-10-11 Thread Albert ARIBAUD (3ADEV)
TFTP source and destination port variable names are 'tftpsrcp' and 'tftpdstp' in the code, but 'tftpsrcport' and 'tftpdstport' in the README file. Fix the README. Add environment variable 'tftptimeoutcountmax'. As per the comments about the global variable tftp_timeout_count_max, make sure tftptim