| Index: utility/crossystem_main.c
|
| diff --git a/utility/crossystem_main.c b/utility/crossystem_main.c
|
| index 90ad718bdf62ee879e9eb91c609baaa596d9f716..4d6cd48af7efd016595ccbd949d2e3211bc4581f 100644
|
| --- a/utility/crossystem_main.c
|
| +++ b/utility/crossystem_main.c
|
| @@ -49,6 +49,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)"},
|
| + {"vdat", 1, 0, "Raw VDAT contents."},
|
|
|
| /* TODO: implement the following:
|
| * nvram_cleared
|
|
|