summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2021-02-02 12:24:11 -0700
committerCommit Bot <commit-bot@chromium.org>2021-02-04 19:06:18 +0000
commit7a065d4e9b1b88586d146221df895ca92e33ba5a (patch)
treefb485831703386fa6a07bde9956780b1e6ede1f7
parentc50c831beaf55354b6104b9ee092ff49d2f6308b (diff)
downloadchrome-ec-7a065d4e9b1b88586d146221df895ca92e33ba5a.tar.gz
system: remove SYSTEM_BBRAM_IDX_VBNVBLOCK*
No current devices use VBNV in EC BBRAM... delete. BUG=b:178689388 BRANCH=none TEST=buildall Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I181e69d9e61cc83b41a744c292b63b690e8007c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2668692 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
-rw-r--r--include/system.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/system.h b/include/system.h
index 1f74ecdc47..be213bf2fe 100644
--- a/include/system.h
+++ b/include/system.h
@@ -378,13 +378,6 @@ __override_proto int board_write_mac_addr(const char *mac_addr);
* not implemented.
*/
enum system_bbram_idx {
- SYSTEM_BBRAM_IDX_VBNVBLOCK0 = 0,
- /*
- * ...
- * 16 total bytes of VB NVRAM.
- * ...
- */
- SYSTEM_BBRAM_IDX_VBNVBLOCK15 = 15,
/* PD state for CONFIG_USB_PD_DUAL_ROLE uses one byte per port */
SYSTEM_BBRAM_IDX_PD0,
SYSTEM_BBRAM_IDX_PD1,