Skip to content

Commit b22f2cd

Browse files
committed
applications: nrf_desktop: optimize MCUboot QSPI build for nRF52840 DK
Disabled the redundant Kconfig option (CONFIG_MULTITHREADING) in the MCUboot image configuration for the nRF52840 DK and the MCUboot QSPI build type. Signed-off-by: Kamil Piszczek <[email protected]>
1 parent 38b5db8 commit b22f2cd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

applications/nrf_desktop/configuration/nrf52840dk_nrf52840/images/mcuboot/prj_mcuboot_qspi.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ CONFIG_BOOT_BOOTSTRAP=n
1717

1818
CONFIG_FLASH=y
1919

20-
# Required by QSPI
21-
CONFIG_MULTITHREADING=y
22-
2320
CONFIG_NORDIC_QSPI_NOR=y
2421
CONFIG_NORDIC_QSPI_NOR_FLASH_LAYOUT_PAGE_SIZE=4096
2522
CONFIG_BOOT_MAX_IMG_SECTORS=2048

0 commit comments

Comments
 (0)