Commit a91a6156 authored by Andrej Butok's avatar Andrej Butok Committed by Jamie
Browse files

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: default avatarAndrej Butok <andrey.butok@nxp.com>
parent a967c66e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ config BOOT_SERIAL_MAX_RECEIVE_SIZE

config BOOT_ERASE_PROGRESSIVELY
	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
	 If enabled, flash is erased as necessary when receiving new firmware,
	 instead of erasing the whole image slot at once. This is necessary