Skip to content

Commit

Permalink
[nrf noup] board: nordic: thingy53: Default MCUboot to use all RAM
Browse files Browse the repository at this point in the history
squash! [nrf noup] board: nordic: thingy53: Default to update only MCUboot type

Changes the thingy53 default configuration for sysbuild to enable
using all RAM in the MCUboot image

Signed-off-by: Jamie McCrae <[email protected]>
  • Loading branch information
nordicjm committed Jul 12, 2024
1 parent e16bd76 commit 494802d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boards/nordic/thingy53/Kconfig.sysbuild
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ config NETCORE_APP_UPDATE
config NRF_DEFAULT_EMPTY
default y if SECURE_BOOT_NETCORE

config MCUBOOT_USE_ALL_AVAILABLE_RAM
default y if BOARD_THINGY53_NRF5340_CPUAPP_NS && BOOTLOADER_MCUBOOT

endif # BOARD_THINGY53_NRF5340_CPUAPP || BOARD_THINGY53_NRF5340_CPUAPP_NS

config PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY
Expand Down

0 comments on commit 494802d

Please sign in to comment.