Skip to content

Commit 78517db

Browse files
danieldegrassenvlsianpu
authored andcommitted
zephyr: boards: add support for RT1160 and RT1170 CM7 cores
add support for RT1170 and RT1160 CM7 cores, which have large flash sizes and require an increase to the value of BOOT_MAX_IMG_SECTORS Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent 2221143 commit 78517db

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Copyright 2022 NXP
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
CONFIG_BOOT_MAX_IMG_SECTORS=1024
5+
CONFIG_BOOT_ERASE_PROGRESSIVELY=y
6+
# Move swap provides better wear levelling, so use it by default
7+
CONFIG_BOOT_SWAP_USING_MOVE=y
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Copyright 2022 NXP
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
CONFIG_BOOT_MAX_IMG_SECTORS=1024
5+
CONFIG_BOOT_ERASE_PROGRESSIVELY=y
6+
# Move swap provides better wear levelling, so use it by default
7+
CONFIG_BOOT_SWAP_USING_MOVE=y

0 commit comments

Comments
 (0)