From 090279951f8cd0f23bf38c4fb72c2b1f3a465ddf Mon Sep 17 00:00:00 2001 From: Joel Kitching Date: Tue, 20 Aug 2019 11:10:12 +0800 Subject: vboot: remove more Alt OS code BUG=b:124141368, b:131663912, b:139392536 TEST=make clean && make runtests BRANCH=none Change-Id: I91eab08130786188b0a7c514b35574c611863b03 Signed-off-by: Joel Kitching Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/1758147 Tested-by: Joel Kitching Reviewed-by: Julius Werner Reviewed-by: Furquan Shaikh Commit-Queue: Furquan Shaikh Commit-Queue: Joel Kitching --- utility/crossystem.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'utility/crossystem.c') diff --git a/utility/crossystem.c b/utility/crossystem.c index 00846a67..a799bf16 100644 --- a/utility/crossystem.c +++ b/utility/crossystem.c @@ -47,15 +47,10 @@ const Param sys_param_list[] = { {"devsw_boot", 0, "Developer switch position at boot"}, {"devsw_cur", 0, "Developer switch current position"}, {"diagnostic_request", CAN_WRITE, "Request diagnostic rom run on next boot"}, - {"disable_alt_os_request", CAN_WRITE, - "Disable Alt OS mode on next boot (writable)"}, {"disable_dev_request", CAN_WRITE, "Disable virtual dev-mode on next boot"}, {"ecfw_act", IS_STRING, "Active EC firmware"}, - {"enable_alt_os_request", CAN_WRITE, - "Enable Alt OS mode on next boot (writable)"}, {"post_ec_sync_delay", CAN_WRITE, "Short delay after EC software sync (persistent, writable, eve only)"}, - {"alt_os_enabled", 0, "Alt OS state (1 if enabled, 0 if disabled)"}, {"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)"}, -- cgit v1.2.1