Skip to content

Commit c7ab099

Browse files
committed
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 6a178d2 commit c7ab099

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
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
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
CONFIG_NORDIC_QSPI_NOR=n
22
CONFIG_SPI=n
3-
CONFIG_MULTITHREADING=y

0 commit comments

Comments
 (0)