Re: [U-Boot] [PATCH] Add Transfer Size Option to tftp

2009-08-25 Thread Ben Warren
Robin Getz wrote: > Optionally add RFC 2349 "Transfer Size Option", so we can minimize the > time spent sending data over the UART (now print a single line during a > tftp transfer). > > - If turned on (CONFIG_TFTP_TSIZE), U-Boot asks for the size of the file. > - if receives the file size, a sin

[U-Boot] [PATCH] Add Transfer Size Option to tftp

2009-08-20 Thread Robin Getz
Optionally add RFC 2349 "Transfer Size Option", so we can minimize the time spent sending data over the UART (now print a single line during a tftp transfer). - If turned on (CONFIG_TFTP_TSIZE), U-Boot asks for the size of the file. - if receives the file size, a single line (50 chars) are print