summaryrefslogtreecommitdiff
path: root/utility
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2019-10-14 23:14:59 +0800
committerCommit Bot <commit-bot@chromium.org>2019-10-23 16:28:14 +0000
commit77dff643fc445f5faba647fddd4a7b17bb193f26 (patch)
tree782847a89bb41f99f39f6bbd3b918df80c2ed652 /utility
parent3c477458fa7f1506e722ede38636eaced8810687 (diff)
downloadvboot-77dff643fc445f5faba647fddd4a7b17bb193f26.tar.gz
vboot: remove timers from VbSelectAndLoadKernel and crossystem
These timers have not been used in eons, and an alternative already exists (coreboot's tstamp_table). BUG=b:124141368, chromium:1014102 TEST=make clean && make runtests BRANCH=none Change-Id: Ic0d3e14028315d6f343388c7c1c9d105b7bd58a2 Signed-off-by: Joel Kitching <kitching@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/1860254 Tested-by: Joel Kitching <kitching@chromium.org> Commit-Queue: Joel Kitching <kitching@chromium.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'utility')
-rw-r--r--utility/crossystem.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/utility/crossystem.c b/utility/crossystem.c
index a799bf16..946e587b 100644
--- a/utility/crossystem.c
+++ b/utility/crossystem.c
@@ -95,7 +95,6 @@ const Param sys_param_list[] = {
"LoadFirmware() debug data (not in print-all)"},
{"vdat_lkdebug", IS_STRING|NO_PRINT_ALL,
"LoadKernel() debug data (not in print-all)"},
- {"vdat_timers", IS_STRING, "Timer values from VbSharedData"},
{"wipeout_request", CAN_WRITE, "Firmware requested factory reset (wipeout)"},
{"wpsw_boot", 0, "Firmware write protect hardware switch position at boot"},
{"wpsw_cur", 0, "Firmware write protect hardware switch current position"},