From 8ea52c51e065af232f0779cca64090e69d72e75a Mon Sep 17 00:00:00 2001 From: Mary Ruthven Date: Tue, 9 Nov 2021 20:00:00 -0600 Subject: Revert "vboot_ec:Read try slot from BBRAM" This reverts commit 031dccad78b9d4df6b970bc36ef2f9d469239708. BUG=b:200823466 TEST=make buildall -j Change-Id: Ic8ca54bdb863a169955b0e0ef950ecc0ab92f50e Signed-off-by: Mary Ruthven Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3273460 Reviewed-by: Vadim Sukhomlinov --- include/system.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/system.h b/include/system.h index 15f4524ef8..6797413fae 100644 --- a/include/system.h +++ b/include/system.h @@ -290,7 +290,6 @@ enum system_bbram_idx { /* PD state for CONFIG_USB_PD_DUAL_ROLE uses one byte per port */ SYSTEM_BBRAM_IDX_PD0, SYSTEM_BBRAM_IDX_PD1, - SYSTEM_BBRAM_IDX_TRY_SLOT, }; /** -- cgit v1.2.1