[U-Boot] [PATCH v3] net: TFTP: add timer count environment variable

Joe Hershberger joe.hershberger at gmail.com
Wed Aug 12 19:39:46 CEST 2015


Hi Albert,

On Sun, Jul 26, 2015 at 4:53 PM, Albert ARIBAUD (3ADEV)
<albert.aribaud at 3adev.fr> wrote:
> There already is an environment variable 'tftptimeout'
> for setting individuabl block query timeout value, but
> there is none for setting the maximum TFTP timeout count,
> which can also help with unreliable network, TFTP server,
> or client hardware.
>
> Add environment variable 'tftptimeoutcountmax'. As per the
> comments about the global variable tftp_timeout_count_max,
> make sure tftptimeoutcountmax is nonnegative.
>
> Signed-off-by: Albert ARIBAUD (3ADEV) <albert.aribaud at 3adev.fr>

This patch seems to break the bf527-ezkit target. Just a bit too much code.

+(bf527-ezkit)   actual: 262240 bytes
+(bf527-ezkit)   excess: 96 bytes

Anything you can do? Maybe Sonic has some advise or can recommend
something else to disable on blackfin. These targets are fairly
tedious because they are always so close to breaking for any little
reason.

-Joe


More information about the U-Boot mailing list