boot: zephyr: Fix serial recovery for NXP IMX.RT platforms

Serial recovery failed for NXP IMX.RT platforms
unless BOOT_ERASE_PROGRESSIVELY is set.

Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
This commit is contained in:
Andrej Butok 2024-10-02 10:42:09 +02:00 committed by Jamie
parent a967c66ed0
commit a91a61564a
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ config BOOT_SERIAL_MAX_RECEIVE_SIZE
config BOOT_ERASE_PROGRESSIVELY config BOOT_ERASE_PROGRESSIVELY
bool "Erase flash progressively when receiving new firmware" bool "Erase flash progressively when receiving new firmware"
default y if SOC_FAMILY_NORDIC_NRF default y if SOC_FAMILY_NORDIC_NRF || SOC_FAMILY_NXP_IMXRT
help help
If enabled, flash is erased as necessary when receiving new firmware, If enabled, flash is erased as necessary when receiving new firmware,
instead of erasing the whole image slot at once. This is necessary instead of erasing the whole image slot at once. This is necessary