summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortony.tang <tony.tang@lcfc.corp-partner.google.com>2022-03-10 13:53:10 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-03-23 08:51:15 +0000
commitfb5993f74d620bf4fe7f6f688830ce7557d5c7a8 (patch)
tree8b16887a6b45163f638d38256d4e4fd31d6cabe1
parent55f94fddd191ba046d2f8296270824c413341905 (diff)
downloadchrome-ec-fb5993f74d620bf4fe7f6f688830ce7557d5c7a8.tar.gz
taniks: enable BYPASS_CBI_EEPROM_WP_CHECK
We need to fix the CBI fw_config value on some Taniks EVT units. This will allow us to do it from software without requiring time-consuming manual intervention on every single unit. This config will be removed (along with CONFIG_SYSTEM_UNLOCKED) later when Taniks is closer to MP. BRANCH=none BUG=b:223526806 TEST=make buildall -j TEST=(on taniks) cbi set 6 0x1035 2 Signed-off-by: tony.tang <tony.tang@lcfc.corp-partner.google.com> Change-Id: I5eacafc4c8374adc18a854c9cd6b08e26b679eb6 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3515421 Reviewed-by: caveh jalali <caveh@chromium.org> Tested-by: Arthur Lin <arthur.lin@lcfc.corp-partner.google.com> Reviewed-by: Parth Malkan <parthmalkan@google.com>
-rw-r--r--board/taniks/board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/taniks/board.h b/board/taniks/board.h
index 9a81c4ff90..b9016cdbbb 100644
--- a/board/taniks/board.h
+++ b/board/taniks/board.h
@@ -24,6 +24,7 @@
#include "baseboard.h"
#define CONFIG_SYSTEM_UNLOCKED
+#define CONFIG_BYPASS_CBI_EEPROM_WP_CHECK
#undef CONFIG_MKBP_INPUT_DEVICES