summaryrefslogtreecommitdiff
path: root/include/ec_commands.h
diff options
context:
space:
mode:
authorDaisuke Nojiri <dnojiri@chromium.org>2017-10-12 17:56:53 -0700
committerchrome-bot <chrome-bot@chromium.org>2017-10-17 13:02:49 -0700
commit20c94b726e548c47a5237d60ac78c6f1e166e97b (patch)
tree8c2b5e4131ba3d1cbed6bbe7b2a3400309637fbd /include/ec_commands.h
parent33ec4ae3bc4a6c08e78fa6039b8f424627560bdc (diff)
downloadchrome-ec-20c94b726e548c47a5237d60ac78c6f1e166e97b.tar.gz
EFS: Sysjump to active copy
In EFS, EC needs to sysjump to the active copy, which is hashed and validated by the AP. BUG=b:67748602 BRANCH=none TEST=Verify Depthcharge makes EC jump to RW. Change-Id: I2ca893f7691ad776a791f2044dd7a0983d06e3c5 Signed-off-by: Daisuke Nojiri <dnojiri@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/717676
Diffstat (limited to 'include/ec_commands.h')
-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 45a1db310f..0d0c57d98d 100644
--- a/include/ec_commands.h
+++ b/include/ec_commands.h
@@ -3816,7 +3816,7 @@ struct __ec_align1 ec_response_i2c_passthru_protect {
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 RW without rebooting */
+ EC_REBOOT_JUMP_RW = 2, /* Jump to active 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 */