From 3f0b89d680ee1bc7bfeee1dd8055986c3dd9c278 Mon Sep 17 00:00:00 2001 From: Andrej Butok Date: Mon, 27 Nov 2023 14:45:57 +0100 Subject: [PATCH] boot: zephyr: add support for mimxrt101x_evk Add default configuration for mimxrt1010_evk and mimxrt1015_evk. Signed-off-by: Andrej Butok --- boot/zephyr/boards/mimxrt1010_evk.conf | 4 ++++ boot/zephyr/boards/mimxrt1015_evk.conf | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 boot/zephyr/boards/mimxrt1010_evk.conf create mode 100644 boot/zephyr/boards/mimxrt1015_evk.conf diff --git a/boot/zephyr/boards/mimxrt1010_evk.conf b/boot/zephyr/boards/mimxrt1010_evk.conf new file mode 100644 index 000000000..e7737afde --- /dev/null +++ b/boot/zephyr/boards/mimxrt1010_evk.conf @@ -0,0 +1,4 @@ +# Copyright 2023 NXP +# SPDX-License-Identifier: Apache-2.0 + +CONFIG_BOOT_MAX_IMG_SECTORS=2048 diff --git a/boot/zephyr/boards/mimxrt1015_evk.conf b/boot/zephyr/boards/mimxrt1015_evk.conf new file mode 100644 index 000000000..e7737afde --- /dev/null +++ b/boot/zephyr/boards/mimxrt1015_evk.conf @@ -0,0 +1,4 @@ +# Copyright 2023 NXP +# SPDX-License-Identifier: Apache-2.0 + +CONFIG_BOOT_MAX_IMG_SECTORS=2048