u-boot/drivers/dfu
Lukasz Majewski a7e6892ffb 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>
2015-09-07 13:41:04 +02:00
..
dfu_mmc.c dfu: fix 64-bit compile warnings 2015-07-27 15:53:52 -07:00
dfu_nand.c dfu: nand: Verify writes 2015-03-30 23:24:38 -05:00
dfu_ram.c dfu: defer parsing of device string to IO backend 2014-08-09 11:16:58 -04:00
dfu_sf.c dm: Add spi.h header to a few files 2014-10-22 10:36:47 -06:00
dfu.c dfu: Delete superfluous initialization of the dfu_buf_size static variable 2015-09-07 13:41:04 +02:00
Kconfig kconfig: add blank Kconfig files 2014-09-24 18:30:28 -04:00
Makefile usb: USB download gadget and functions config options coherent naming 2015-07-22 08:57:53 +02:00