mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
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>
This commit is contained in:
committed by
Marek Vasut
parent
4085b90303
commit
c232d14d11
@@ -589,7 +589,6 @@ CONFIG_EXYNOS_RELOCATE_CODE_BASE
|
||||
CONFIG_EXYNOS_SPL
|
||||
CONFIG_EXYNOS_TMU
|
||||
CONFIG_FACTORYSET
|
||||
CONFIG_FASTBOOT_FLASH_FILLBUF_SIZE
|
||||
CONFIG_FAST_FLASH_BIT
|
||||
CONFIG_FB_ADDR
|
||||
CONFIG_FB_BACKLIGHT
|
||||
|
Reference in New Issue
Block a user