sysbuild: bootloader: Fix setting application Kconfig in MCUboot
Fixes wrongly setting configuration to generate an unsigned image in the MCUboot configuration when this does not apply to MCUboot Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
6de5a1a5d5
commit
bd6d43d4c8
|
@ -27,11 +27,3 @@ foreach(loopkeytype ${keytypes})
|
||||||
set_config_bool(${ZCMAKE_APPLICATION} ${loopkeytype} n)
|
set_config_bool(${ZCMAKE_APPLICATION} ${loopkeytype} n)
|
||||||
endif()
|
endif()
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
if(SB_CONFIG_BOOTLOADER_MCUBOOT)
|
|
||||||
if("${SB_CONFIG_SIGNATURE_TYPE}" STREQUAL "NONE")
|
|
||||||
set_config_bool(${ZCMAKE_APPLICATION} CONFIG_MCUBOOT_GENERATE_UNSIGNED_IMAGE y)
|
|
||||||
else()
|
|
||||||
set_config_bool(${ZCMAKE_APPLICATION} CONFIG_MCUBOOT_GENERATE_UNSIGNED_IMAGE n)
|
|
||||||
endif()
|
|
||||||
endif()
|
|
||||||
|
|
Loading…
Reference in a new issue