tests: boot: mcuboot_data_sharing: Fix test

Fixes the test which stopped working after changes were made to
MCUboot

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2024-09-05 09:58:37 +01:00 committed by Johan Hedberg
commit 8a71f617bf
2 changed files with 2 additions and 1 deletions

View file

@ -16,7 +16,7 @@
#define FLASH_SECTOR_SIZE 1024
#define FLASH_SECTOR_SIZE_KB 4
#define FLASH_MAX_APP_SECTORS 34
#define FLASH_RESERVED_SECTORS 1
#define FLASH_RESERVED_SECTORS 2
#define FLASH_MAX_APP_SIZE ((FLASH_MAX_APP_SECTORS - FLASH_RESERVED_SECTORS) \
* FLASH_SECTOR_SIZE_KB)
#define RUNNING_SLOT 0

View file

@ -5,3 +5,4 @@ CONFIG_BOOT_SHARE_DATA_BOOTINFO=y
CONFIG_BOOT_SHARE_BACKEND_RETENTION=y
CONFIG_FLASH=y
CONFIG_FLASH_MAP=y
CONFIG_BOOT_MAX_IMG_SECTORS_AUTO=n