Skip to content

Commit 1ce5a65

Browse files
committed
boot: zephyr: boards: stm32: set configs for some boards
- Deactivate CONFIG_BOOT_MAX_IMG_SECTORS_AUTO - set CONFIG_BOOT_MAX_IMG_SECTORS default value Signed-off-by: Fabrice DJIATSA <fabrice.djiatsa-ext@st.com>
1 parent 7a9f30f commit 1ce5a65

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

boot/zephyr/boards/nucleo_f207zg.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CONFIG_BOOT_MAX_IMG_SECTORS_AUTO=n
2+
CONFIG_BOOT_MAX_IMG_SECTORS=256

boot/zephyr/boards/nucleo_g071rb.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CONFIG_BOOT_MAX_IMG_SECTORS_AUTO=n
2+
CONFIG_BOOT_MAX_IMG_SECTORS=256

0 commit comments

Comments
 (0)