Mynewt: compile time indicator telling that using new img format.
Signed-off-by: Marko Kiiskila <marko@runtime.io> Signed-off-by: David Brown <david.brown@linaro.org>
This commit is contained in:
parent
72e7a5176f
commit
833005e2d0
|
@ -43,3 +43,6 @@ syscfg.defs:
|
|||
BOOTUTIL_OVERWRITE_ONLY:
|
||||
description: 'Non-swapping upgrades, copy from slot 1 to slot 0 only.'
|
||||
value: 0
|
||||
BOOTUTIL_IMAGE_FORMAT_V2:
|
||||
description: 'Indicates that system is using v2 of image format'
|
||||
value: 1
|
||||
|
|
Loading…
Reference in New Issue