Skip to content

Commit 21c5af7

Browse files
nordicjmcarlescufi
authored andcommitted
tests: boot: test_mcuboot: Add FLASH_MAP and STREAM_FLASH
Adds Kconfig selections that are no longer selected automatically. Signed-off-by: Jamie McCrae <[email protected]>
1 parent de004f1 commit 21c5af7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/boot/test_mcuboot/prj.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
CONFIG_IMG_MANAGER=y
33
# Enable flash drivers for MCUBoot
44
CONFIG_FLASH=y
5+
CONFIG_FLASH_MAP=y
6+
CONFIG_STREAM_FLASH=y
57
# Enable reboot API to reset board after selecting new image
68
CONFIG_REBOOT=y

0 commit comments

Comments
 (0)