Created
November 15, 2017 14:54
-
-
Save mbolivar/ac2e16f2a2ed8984f43992143da5c71c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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