Home
last modified time | relevance | path

Searched hist:a7e6892ffb625e5a335538f937d56005aa1480c5 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/dfu/
H A Ddfu.ca7e6892ffb625e5a335538f937d56005aa1480c5 Wed Jul 08 21:43:18 UTC 2015 Lukasz Majewski <l.majewski@majess.pl> dfu: Delete superfluous initialization of the dfu_buf_size static variable

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 variable.
Therefore, dfu_get_buf() should be used for initialization.

Signed-off-by: Lukasz Majewski <l.majewski@majess.pl>
Reviewed-by: Przemyslaw Marczak <p.marczak@samsung.com>