Commit a1c43cbe authored by Andrzej Puzdrowski's avatar Andrzej Puzdrowski
Browse files

zephyr: fix typo in CONFIG_ERASE_PROGRESSIVELY conversion

Kconfig macro was converted with typo to not a MCUboot's
internal macro switch. It was MCBOOT_ERASE_PROGRESSIVELY instead
of MCUBOOT_ERASE_PROGRESSIVELY.
Bug was introduced in
https://github.com/mcu-tools/mcuboot/commit/42c985ceadecb61f77db016ebb64b21099c45f4a



Signed-off-by: default avatarAndrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
parent c9ac5cc6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -189,7 +189,7 @@
 * for the time needed to erase large chunk of flash.
 */
#ifdef CONFIG_BOOT_ERASE_PROGRESSIVELY
#define MCBOOT_ERASE_PROGRESSIVELY
#define MCUBOOT_ERASE_PROGRESSIVELY
#endif

/*