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 <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2024-03-13 15:58:10 -05:00 committed by Andrzej Puzdrowski
parent aafcbad6ec
commit 5d067f0e0c
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0
CONFIG_BOOT_MAX_IMG_SECTORS=1024