boot: zephyr: MCXN947 currently only does not support swap mode
Update the configuration to remove swap mode support. MCXN94x ROM Flash API supports writing of 128byes page. Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
parent
52e2afc2f8
commit
a3762626f8
|
@ -2,3 +2,4 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_BOOT_MAX_IMG_SECTORS=1024
|
||||
CONFIG_BOOT_UPGRADE_ONLY=y
|
||||
|
|
Loading…
Reference in New Issue