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
42c985cead
Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
This commit is contained in:
parent
c9ac5cc6ff
commit
a1c43cbea9
|
@ -189,7 +189,7 @@
|
||||||
* for the time needed to erase large chunk of flash.
|
* for the time needed to erase large chunk of flash.
|
||||||
*/
|
*/
|
||||||
#ifdef CONFIG_BOOT_ERASE_PROGRESSIVELY
|
#ifdef CONFIG_BOOT_ERASE_PROGRESSIVELY
|
||||||
#define MCBOOT_ERASE_PROGRESSIVELY
|
#define MCUBOOT_ERASE_PROGRESSIVELY
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue