summaryrefslogtreecommitdiff
path: root/utility/crossystem.c
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2020-02-13 18:04:21 +0800
committerCommit Bot <commit-bot@chromium.org>2020-02-14 11:51:40 +0000
commit58ae67008f4f70cdbf48d76234f70a3b61b6e83e (patch)
tree732431ee2be3df14d7fdb122bc3b808aad3e3be7 /utility/crossystem.c
parent19788a7d88397e2d9df3881c39a9111f365fa3cf (diff)
downloadvboot-58ae67008f4f70cdbf48d76234f70a3b61b6e83e.tar.gz
vboot: unmarry LoadKernel from VBSD
Create a function-local copy of VbSharedDataKernelCall rather than using the memory built-in to VBSD. Stop making any reference to vboot1 VBSD from LoadKernel. BUG=b:124141368, chromium:1038260 TEST=make clean && make runtests BRANCH=none Change-Id: I5dabfb33a0eb05c1f40509dcf00a4c5751af1ef5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/2053182 Tested-by: Joel Kitching <kitching@chromium.org> Commit-Queue: Joel Kitching <kitching@chromium.org> Reviewed-by: Joel Kitching <kitching@chromium.org>
Diffstat (limited to 'utility/crossystem.c')
-rw-r--r--utility/crossystem.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/utility/crossystem.c b/utility/crossystem.c
index d5f48835..ee0b9658 100644
--- a/utility/crossystem.c
+++ b/utility/crossystem.c
@@ -92,8 +92,6 @@ const Param sys_param_list[] = {
{"vdat_flags", 0, "Flags from VbSharedData", "0x%08x"},
{"vdat_lfdebug", IS_STRING|NO_PRINT_ALL,
"LoadFirmware() debug data (not in print-all)"},
- {"vdat_lkdebug", IS_STRING|NO_PRINT_ALL,
- "LoadKernel() debug data (not in print-all)"},
{"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"},