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:
parent
aafcbad6ec
commit
5d067f0e0c
|
@ -0,0 +1,4 @@
|
|||
# Copyright 2024 NXP
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_BOOT_MAX_IMG_SECTORS=1024
|
Loading…
Reference in New Issue