Skip to content

Instantly share code, notes, and snippets.

@mbolivar
Created November 15, 2017 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbolivar/ac2e16f2a2ed8984f43992143da5c71c to your computer and use it in GitHub Desktop.
Save mbolivar/ac2e16f2a2ed8984f43992143da5c71c to your computer and use it in GitHub Desktop.
diff --git a/boot/zephyr/CMakeLists.txt b/boot/zephyr/CMakeLists.txt
index a1879cd..a3a0740 100644
--- a/boot/zephyr/CMakeLists.txt
+++ b/boot/zephyr/CMakeLists.txt
@@ -42,11 +42,11 @@ endif()
# instead of swapping them. This prevents the fallback recovery, but
# uses a much simpler code path.
#
-# To enable validation:
+# To enable "upgrade only" mode:
#
# cmake -DCONF_UPGRADE_ONLY=YES [...]
#
-# To disable validation (this is the default):
+# To disable "upgrade only" mode (this is the default):
#
# cmake -DCONF_UPGRADE_ONLY=NO [...]
if (NOT DEFINED CONF_UPGRADE_ONLY)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment