dfu: kconfig: Raise limit of MCUboot images to 8

This update was seemingly forgotten when additional image support
was added to supporting MCUboot files

Signed-off-by: Jamie McCrae <spam@helper3000.net>
This commit is contained in:
Jamie McCrae
2025-11-25 09:40:44 +00:00
committed by Carles Cufí
parent 5c713cd7d4
commit 33a5c301a1

View File

@@ -97,7 +97,7 @@ if !MCUBOOT
config UPDATEABLE_IMAGE_NUMBER
int "Number of updateable images"
default 1
range 1 3
range 1 8
help
If value is set to 2 or greater then, this enables support needed when
application is combined with MCUboot multi-image boot.