u-boot/drivers/dfu
Bo Shen 47d79deb99 usb: dfu: make nand upload working
Nowhere pass a value to len, which always 0, make no transfer which
cause uploading failed.

This patch make nand upload working. However it needs enough malloc
buffer to store read data, that means the buffer at least equal to
the upload partition size, or else it doesn't work.

Signed-off-by: Bo Shen <voice.shen@atmel.com>
2013-11-08 20:46:20 +01:00
..
Makefile drivers: convert makefiles to Kbuild style 2013-10-31 13:26:01 -04:00
dfu.c usb: dfu: correct dfu buffer inited value 2013-11-08 20:46:20 +01:00
dfu_mmc.c dfu: unify mmc/nand read/write ops enum 2013-09-24 17:51:35 +02:00
dfu_nand.c usb: dfu: make nand upload working 2013-11-08 20:46:20 +01:00
dfu_ram.c dfu: ram support 2013-09-24 17:51:35 +02:00