summaryrefslogtreecommitdiff
path: root/utility
diff options
context:
space:
mode:
authorAaron Massey <aaronmassey@chromium.org>2020-06-11 15:02:16 +0000
committerCommit Bot <commit-bot@chromium.org>2020-06-16 17:56:56 +0000
commit110d598118702b6da049c3b609d216130b1baa51 (patch)
tree520fa813eed0cb515bc0b075899f18e533f15642 /utility
parentf67e376c045cd5abac54c7c858c88971ec9b2aa5 (diff)
downloadvboot-110d598118702b6da049c3b609d216130b1baa51.tar.gz
crossystem - remove fmap_base utility
fmap_base utility no longer needed since b:157897361 BUG=chromium:1091253 BRANCH=none TEST=Compiled, cros_workon_make test, and cros deploy to kindred device to confirm there was no fmap_parameter. Change-Id: Idc89c82555531030beaf8f84ce483a5f49a86fbe Signed-off-by: Aaron Massey <aaronmassey@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/2241386 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Commit-Queue: Jack Rosenthal <jrosenth@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 8d1d1863..384c6717 100644
--- a/utility/crossystem.c
+++ b/utility/crossystem.c
@@ -52,7 +52,6 @@ const Param sys_param_list[] = {
{"ecfw_act", IS_STRING, "Active EC firmware"},
{"post_ec_sync_delay", CAN_WRITE,
"Short delay after EC software sync (persistent, writable, eve only)"},
- {"fmap_base", 0, "Main firmware flashmap physical address", "0x%08x"},
{"fw_prev_result", IS_STRING, "Firmware result of previous boot (vboot2)"},
{"fw_prev_tried", IS_STRING, "Firmware tried on previous boot (vboot2)"},
{"fw_result", IS_STRING|CAN_WRITE, "Firmware result this boot (vboot2)"},