Re: [U-Boot] [PATCH] dfu: Delete superfluous initialization of the dfu_buf_size static variable

2015-08-11 Thread Przemyslaw Marczak
Hello Lukasz, On 07/08/2015 11:43 PM, Lukasz Majewski wrote: After extension of the dfu_get_buf() to also setup (implicitly) the dfu_buf_size variable it is not needed to set dfu_buf_size to CONFIG_SYS_DFU_DATA_BUF_SIZE. This variable is set in the dfu_get_buf() by not only considering

[U-Boot] [PATCH] dfu: Delete superfluous initialization of the dfu_buf_size static variable

2015-07-08 Thread Lukasz Majewski
After extension of the dfu_get_buf() to also setup (implicitly) the dfu_buf_size variable it is not needed to set dfu_buf_size to CONFIG_SYS_DFU_DATA_BUF_SIZE. This variable is set in the dfu_get_buf() by not only considering CONFIG_SYS_DFU_DATA_BUF but more importantly the dfu_bufsiz env