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
diff --git a/utility/crossystem_main.c b/utility/crossystem_main.c
index 0d44b99..1150cd0 100644
--- a/utility/crossystem_main.c
+++ b/utility/crossystem_main.c
@@ -62,7 +62,8 @@
   {"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 */