]> git.baikalelectronics.ru Git - uboot.git/commit
dfu: Add option to skip empty pages when flashing UBI images to NAND
authorGuillermo Rodríguez <guille.rodriguez@gmail.com>
Mon, 16 Dec 2019 15:27:57 +0000 (16:27 +0100)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Sun, 2 Feb 2020 17:19:52 +0000 (18:19 +0100)
commit1c48336687c5e6604928eff181e1d2ace80af3a9
treea9857c70222233f5e895f6875452fcaccb78bff7
parentc5d0d3171eb5483b9dd48f346408a6654895cace
dfu: Add option to skip empty pages when flashing UBI images to NAND

Add a new option to enable the DROP_FFS flag when flashing UBI images to
NAND in order to drop trailing all-0xff pages.

This is similar to the existing FASTBOOT_FLASH_NAND_TRIMFFS option.

Signed-off-by: Guillermo Rodriguez <guille.rodriguez@gmail.com>
Cc: Lukasz Majewski <lukma@denx.de>
drivers/dfu/Kconfig
drivers/dfu/dfu_nand.c