]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: dfu: make nand upload working
authorBo Shen <voice.shen@atmel.com>
Thu, 7 Nov 2013 06:29:41 +0000 (14:29 +0800)
committerMarek Vasut <marex@denx.de>
Fri, 8 Nov 2013 19:46:20 +0000 (20:46 +0100)
commit47d79deb996797dddd0984cef8b48a566c82180e
tree0c75a31124bf41420ee00b06ff3cba12cb00bc92
parentec9002e4fa9a1fcb769d39f54c62d661c810543b
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>
drivers/dfu/dfu_nand.c