
8 May
2018
8 May
'18
7:15 p.m.
On Fri, Apr 06, 2018 at 12:05:09PM +0530, jassisinghbrar@gmail.com wrote:
From: Jassi Brar jaswinder.singh@linaro.org
write_sparse_image could be useful for non-fastboot users. For ex a platform, without usb-device/fastboot support, could get sparse images over tftp and write using the mmc command. Or non-android systems could also leverage the sparse format.
Towards that, this patch removes anything fastboot specific from the write_sparse_image implementation. Which includes making the function return integer as error code and calls for fastboot logging via an optional callback function 'mssg'.
Signed-off-by: Jassi Brar jaswinder.singh@linaro.org
Applied to u-boot/master, thanks!
--
Tom