summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2011-04-08 14:11:48 -0700
committerRandall Spangler <rspangler@chromium.org>2011-04-08 14:11:48 -0700
commit4115b89285dd549d9f875abb58d8c3b6633435e1 (patch)
treea9f4bbe061b2961b5f26704e110268602f20ad24
parentd7728233dd7b3d772ce840c5477bcacc536ceb5d (diff)
downloadvboot-4115b89285dd549d9f875abb58d8c3b6633435e1.tar.gz
Change description of fwupdate_tries
Change-Id: Ie88d93cbfe7450083335e2ecb17ac1f9018d45ec Add crossystem fwupdate_tries and fix nv storage writes Change-Id: I1835f4867de80aa3764e4a4c6d90b3fde2dc4308 BUG=chromium_os:13672 TEST=manual 1. crossystem 2. Note that description of fwupdate_tries changed Review URL: http://codereview.chromium.org/6826014
-rw-r--r--utility/crossystem_main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/utility/crossystem_main.c b/utility/crossystem_main.c
index 0d44b99a..1150cd08 100644
--- a/utility/crossystem_main.c
+++ b/utility/crossystem_main.c
@@ -62,7 +62,8 @@ const Param sys_param_list[] = {
{"recovery_request", CAN_WRITE, "Recovery mode request (writable)"},
{"dbg_reset", CAN_WRITE, "Debug reset mode request (writable)"},
{"fwb_tries", CAN_WRITE, "Try firmware B count (writable)"},
- {"fwupdate_tries", CAN_WRITE, "Times to try OS firmware update (writable)"},
+ {"fwupdate_tries", CAN_WRITE,
+ "Times to try OS firmware update (writable, inside kern_nv)"},
{"vbtest_errfunc", CAN_WRITE, "Verified boot test error function (writable)"},
{"vbtest_errno", CAN_WRITE, "Verified boot test error number (writable)"},
/* Fields not shown in a print-all list */