Skip to content

Commit 5ce11a3

Browse files
nordic-mik7nordicjm
authored andcommitted
zephyr: boards: nrf - remove redundant multithreading configuration
Remove configs that enable multithreading just because of SPI/QSPI use. Currently, nrf drivers do not depend on multithreading, so it is not needed and this change can save memory usage. Signed-off-by: Michal Kozikowski <michal.kozikowski@nordicsemi.no>
1 parent d9d82b5 commit 5ce11a3

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
CONFIG_MULTITHREADING=y
21
CONFIG_BOOT_MAX_IMG_SECTORS=256

boot/zephyr/boards/nrf54h20dk_nrf54h20_cpuapp_iron.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,3 @@
77
CONFIG_SPI_NOR=n
88

99
CONFIG_BOOT_WATCHDOG_FEED=n
10-
11-
CONFIG_MULTITHREADING=y

0 commit comments

Comments
 (0)