Skip to content

Commit

Permalink
zephyr: boards: set BOOT_MAX_IMG_SECTORS value for rd_rw612_bga
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
danieldegrasse authored and nvlsianpu committed Mar 14, 2024
1 parent aafcbad commit 5d067f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions boot/zephyr/boards/rd_rw612_bga.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0

CONFIG_BOOT_MAX_IMG_SECTORS=1024

0 comments on commit 5d067f0

Please sign in to comment.