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:
parent
8c32a82e47
commit
8a71f617bf
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue