From 4ada2624496b63b89ccfe829671260cc382834e1 Mon Sep 17 00:00:00 2001 From: Andrej Butok Date: Tue, 28 May 2024 16:22:45 +0200 Subject: [PATCH] boot: zephyr: boards: Add mimxrt1062_fmurt6 configuration Add default configuration for mimxrt1062_fmurt6 Signed-off-by: Andrej Butok --- boot/zephyr/boards/mimxrt1062_fmurt6.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 boot/zephyr/boards/mimxrt1062_fmurt6.conf diff --git a/boot/zephyr/boards/mimxrt1062_fmurt6.conf b/boot/zephyr/boards/mimxrt1062_fmurt6.conf new file mode 100644 index 000000000..c38a67f4b --- /dev/null +++ b/boot/zephyr/boards/mimxrt1062_fmurt6.conf @@ -0,0 +1,5 @@ +# Copyright 2024 NXP +# SPDX-License-Identifier: Apache-2.0 + +CONFIG_BOOT_MAX_IMG_SECTORS=1024 +CONFIG_BOOT_ERASE_PROGRESSIVELY=y