aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bl2/ext/mcuboot/MCUBoot.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/bl2/ext/mcuboot/MCUBoot.cmake b/bl2/ext/mcuboot/MCUBoot.cmake
index e262955e3e..915f684b60 100644
--- a/bl2/ext/mcuboot/MCUBoot.cmake
+++ b/bl2/ext/mcuboot/MCUBoot.cmake
@@ -98,12 +98,12 @@ if (MCUBOOT_IMAGE_NUMBER GREATER 1)
if (SECURITY_COUNTER_S)
set(ADD_SECURITY_COUNTER_S "-s ${SECURITY_COUNTER_S}")
else()
- set(ADD_SECURITY_COUNTER_S '-sauto')
+ set(ADD_SECURITY_COUNTER_S "-sauto")
endif()
if (SECURITY_COUNTER_NS)
set(ADD_SECURITY_COUNTER_NS "-s ${SECURITY_COUNTER_NS}")
else()
- set(ADD_SECURITY_COUNTER_NS '-sauto')
+ set(ADD_SECURITY_COUNTER_NS "-sauto")
endif()
if (DEFINED SECURITY_COUNTER)
message(WARNING "In case of multiple updatable images the security counter value can be specified"