Skip to content
Snippets Groups Projects
Commit 4085b903 authored by Alex Kiernan's avatar Alex Kiernan Committed by Marek Vasut
Browse files

fastboot: Migrate FASTBOOT_FLASH_NAND_TRIMFFS to Kconfig


Add FASTBOOT_FLASH_NAND_TRIMFFS to Kconfig; note there are no in-tree
users of it.

Signed-off-by: default avatarAlex Kiernan <alex.kiernan@gmail.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 0d488e8f
No related branches found
No related tags found
No related merge requests found
...@@ -86,6 +86,13 @@ config FASTBOOT_FLASH_MMC_DEV ...@@ -86,6 +86,13 @@ config FASTBOOT_FLASH_MMC_DEV
regarding the non-volatile storage device. Define this to regarding the non-volatile storage device. Define this to
the eMMC device that fastboot should use to store the image. the eMMC device that fastboot should use to store the image.
config FASTBOOT_FLASH_NAND_TRIMFFS
bool "Skip empty pages when flashing NAND"
depends on FASTBOOT_FLASH_NAND
help
When flashing NAND enable the DROP_FFS flag to drop trailing all-0xff
pages.
config FASTBOOT_GPT_NAME config FASTBOOT_GPT_NAME
string "Target name for updating GPT" string "Target name for updating GPT"
depends on FASTBOOT_FLASH_MMC && EFI_PARTITION depends on FASTBOOT_FLASH_MMC && EFI_PARTITION
......
...@@ -590,7 +590,6 @@ CONFIG_EXYNOS_SPL ...@@ -590,7 +590,6 @@ CONFIG_EXYNOS_SPL
CONFIG_EXYNOS_TMU CONFIG_EXYNOS_TMU
CONFIG_FACTORYSET CONFIG_FACTORYSET
CONFIG_FASTBOOT_FLASH_FILLBUF_SIZE CONFIG_FASTBOOT_FLASH_FILLBUF_SIZE
CONFIG_FASTBOOT_FLASH_NAND_TRIMFFS
CONFIG_FAST_FLASH_BIT CONFIG_FAST_FLASH_BIT
CONFIG_FB_ADDR CONFIG_FB_ADDR
CONFIG_FB_BACKLIGHT CONFIG_FB_BACKLIGHT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment