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>
Showing
- cmd/Kconfig 8 additions, 0 deletionscmd/Kconfig
- cmd/mmc.c 6 additions, 6 deletionscmd/mmc.c
- common/Makefile 0 additions, 1 deletioncommon/Makefile
- drivers/fastboot/Kconfig 1 addition, 0 deletionsdrivers/fastboot/Kconfig
- lib/Kconfig 11 additions, 0 deletionslib/Kconfig
- lib/Makefile 1 addition, 0 deletionslib/Makefile
- lib/image-sparse.c 1 addition, 5 deletionslib/image-sparse.c
- scripts/config_whitelist.txt 0 additions, 1 deletionscripts/config_whitelist.txt
Loading
Please register or sign in to comment