summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-11-09 17:37:11 -0600
committerCommit Bot <commit-bot@chromium.org>2021-11-23 01:09:42 +0000
commit09b3c76b7fe651f37ae7c23dd5ccf2ba991dc223 (patch)
treec66b2d04676e7a319307f402ebdb66d5a323a4de /include
parente34184063a0aa3bab62dce699eb5699d69e1a3af (diff)
downloadchrome-ec-09b3c76b7fe651f37ae7c23dd5ccf2ba991dc223.tar.gz
Revert "EFS: Sysjump to active copy"
This reverts commit 20c94b726e548c47a5237d60ac78c6f1e166e97b. BUG=b:200823466 TEST=make buildall -j Change-Id: Ifd4e5c252c0b7d7475360d67a492866f6c88b33c Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3273446 Reviewed-by: Vadim Sukhomlinov <sukhomlinov@chromium.org> (cherry picked from commit f18d5a6ddc4118602bed4d1e6d4803c9462ee8be) Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3296969
Diffstat (limited to 'include')
-rw-r--r--include/ec_commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ec_commands.h b/include/ec_commands.h
index d01e629df7..d28d18b0b7 100644
--- a/include/ec_commands.h
+++ b/include/ec_commands.h
@@ -4925,7 +4925,7 @@ struct __ec_align4 ec_response_ec_codec_wov_read_audio_shm {
enum ec_reboot_cmd {
EC_REBOOT_CANCEL = 0, /* Cancel a pending reboot */
EC_REBOOT_JUMP_RO = 1, /* Jump to RO without rebooting */
- EC_REBOOT_JUMP_RW = 2, /* Jump to active RW without rebooting */
+ EC_REBOOT_JUMP_RW = 2, /* Jump to RW without rebooting */
/* (command 3 was jump to RW-B) */
EC_REBOOT_COLD = 4, /* Cold-reboot */
EC_REBOOT_DISABLE_JUMP = 5, /* Disable jump until next reboot */