| Index: utility/crossystem_main.c
|
| diff --git a/utility/crossystem_main.c b/utility/crossystem_main.c
|
| index 7289ad1de85c81e8f488b527b53e8d58cccf4692..4cf875a84f452a9c07401a0441aea5de40b76ef8 100644
|
| --- a/utility/crossystem_main.c
|
| +++ b/utility/crossystem_main.c
|
| @@ -66,6 +66,7 @@ const Param sys_param_list[] = {
|
| "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)"},
|
| + {"loc_idx", CAN_WRITE, "Localization index for firmware screens (writable)"},
|
| /* Fields not shown in a print-all list */
|
| {"vdat_lfdebug", IS_STRING|NO_PRINT_ALL,
|
| "LoadFirmware() debug data (not in print-all)"},
|
|
|