| Index: utility/crossystem_main.c
|
| diff --git a/utility/crossystem_main.c b/utility/crossystem_main.c
|
| index 5352b4d7053031264a13c9f36f90bd288c8614ea..ebd6ed5574c79e99f1f08a70d683af4b7b3df9b7 100644
|
| --- a/utility/crossystem_main.c
|
| +++ b/utility/crossystem_main.c
|
| @@ -46,6 +46,7 @@ const Param sys_param_list[] = {
|
| {"recovery_request", 0, 1, "Recovery mode request (writable)"},
|
| {"dbg_reset", 0, 1, "Debug reset mode request (writable)"},
|
| {"fwb_tries", 0, 1, "Try firmware B count (writable)"},
|
| + {"kern_nv", 0, 1, "Non-volatile field for kernel use", "0x%08x"},
|
|
|
| /* TODO: implement the following:
|
| * nvram_cleared
|
|
|