u-boot/drivers/fastboot
Alex Kiernan c232d14d11 mmc: Separate "mmc swrite" from fastboot
Introduce CONFIG_IMAGE_SPARSE and CONFIG_CMD_MMC_SWRITE so the "mmc
swrite" command is separated from the fastboot code.

Move image-sparse from common to lib so it's clear it's library code.

Rename CONFIG_FASTBOOT_FLASH_FILLBUF_SIZE to CONFIG_IMAGE_SPARSE_FILLBUF_SIZE
and migrate it to Kconfig.

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Acked-by: Jassi Brar <jaswinder.singh@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
2018-05-30 11:59:21 +02:00
..
fb_common.c fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flag 2018-05-30 11:59:21 +02:00
fb_mmc.c fastboot: Rename public fb_ functions to fastboot_ 2018-05-30 11:59:21 +02:00
fb_nand.c fastboot: Rename public fb_ functions to fastboot_ 2018-05-30 11:59:21 +02:00
Kconfig mmc: Separate "mmc swrite" from fastboot 2018-05-30 11:59:21 +02:00
Makefile fastboot: Correct dependencies in FASTBOOT_FLASH 2018-05-30 11:59:21 +02:00