Skip to content

Commit 6123e91

Browse files
butokd3zd3z
authored andcommitted
boot: zephyr: boards: Add mimxrt11xx configurations
- Add default configurations for mimxrt1160_evk and vmu_rt1170 - Fix configuration for mimxrt1170_evk Signed-off-by: Andrej Butok <[email protected]>
1 parent f763c5f commit 6123e91

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright 2024 NXP
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
CONFIG_BOOT_MAX_IMG_SECTORS=2048
5+
CONFIG_BOOT_ERASE_PROGRESSIVELY=y
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# Copyright 2022 NXP
1+
# Copyright 2022-2024 NXP
22
# SPDX-License-Identifier: Apache-2.0
33

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

0 commit comments

Comments
 (0)