From 5d067f0e0ca7639b8c1f9aa2804c8718caae2440 Mon Sep 17 00:00:00 2001 From: Daniel DeGrasse Date: Wed, 13 Mar 2024 15:58:10 -0500 Subject: [PATCH] zephyr: boards: set BOOT_MAX_IMG_SECTORS value for rd_rw612_bga MX25UM flash on rd_rw612_bga is very large (8MB), so we must increase the number of max sectors when targeting this board with MCUboot Signed-off-by: Daniel DeGrasse --- boot/zephyr/boards/rd_rw612_bga.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 boot/zephyr/boards/rd_rw612_bga.conf diff --git a/boot/zephyr/boards/rd_rw612_bga.conf b/boot/zephyr/boards/rd_rw612_bga.conf new file mode 100644 index 00000000..3a751f2e --- /dev/null +++ b/boot/zephyr/boards/rd_rw612_bga.conf @@ -0,0 +1,4 @@ +# Copyright 2024 NXP +# SPDX-License-Identifier: Apache-2.0 + +CONFIG_BOOT_MAX_IMG_SECTORS=1024