Re: [U-Boot] [PATCH] net: tftp: Fix too small block size

2019-11-29 Thread Joe Hershberger
On Sat, Nov 23, 2019 at 11:59 AM Andre Przywara wrote: > > Commit b618b3707633 ("net: Convert CONFIG_TFTP_BLOCKSIZE to Kconfig") > accidentally set the default *option* TFTP block size to 512 bytes, even > though the comment in the code says that this is a terrible choice. Most > boards didn't

[U-Boot] [PATCH] net: tftp: Fix too small block size

2019-11-23 Thread Andre Przywara
Commit b618b3707633 ("net: Convert CONFIG_TFTP_BLOCKSIZE to Kconfig") accidentally set the default *option* TFTP block size to 512 bytes, even though the comment in the code says that this is a terrible choice. Most boards didn't define the symbol before, so they got the default block size of 1468