commit | 732bc7ce3fcfde5f102a92a9a7f3ed67f4af9a3a | [log] [tgz] |
---|---|---|
author | Jassi Brar <jaswinder.singh@linaro.org> | Fri Apr 06 12:05:24 2018 +0530 |
committer | Tom Rini <trini@konsulko.com> | Tue May 08 09:06:33 2018 -0400 |
tree | 8a5d49b2822e7ebedd55b190bdcea08f894a01de | |
parent | 2f83f219bfd42bc6ac54689cf4189bd239ed41fe [diff] |
mmc: support writing sparse images Provide an alternate path for sparse-images to be written to MMC. For example, via tftp on platforms that don't support fastboot protocol. Or when an image is to written at some offset, rather than the start of a partition. Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org> [trini: Guard with CONFIG_FASTBOOT_FLASH tests, use LBAF for lbaint_t printing] Signed-off-by: Tom Rini <trini@konsulko.com>