summaryrefslogtreecommitdiff
path: root/board/nocturne_fp
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2019-11-01 09:55:00 -0700
committerCommit Bot <commit-bot@chromium.org>2019-11-06 07:48:42 +0000
commit0cc4b83194019ed26cb2bc5b0b9d34218a2cac16 (patch)
tree26fc94d930b7723b116ba93e08d017ecd1aa4d2f /board/nocturne_fp
parentaa94b4f7ae5ea1d3c619193f44a3c81ceb4641e7 (diff)
downloadchrome-ec-0cc4b83194019ed26cb2bc5b0b9d34218a2cac16.tar.gz
hatch_fp/nocturne_fp: Disable CONFIG_SYSTEM_UNLOCKED by default
The release branch disables CONFIG_SYSTEM_UNLOCKED, but to prevent confusion (and potential mistakes), we will just always disable CONFIG_SYSTEM_UNLOCKED since the write protection scheme for fingerprint is final. BRANCH=none BUG=b:130249462,b:73337313 TEST=make buildall -j Change-Id: I072a5e037d80fbde39a5b695da7b2bd6de64e04c Signed-off-by: Tom Hughes <tomhughes@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1895605 Reviewed-by: Yicheng Li <yichengli@chromium.org>
Diffstat (limited to 'board/nocturne_fp')
-rw-r--r--board/nocturne_fp/board.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/board/nocturne_fp/board.h b/board/nocturne_fp/board.h
index 2101617677..60118deb83 100644
--- a/board/nocturne_fp/board.h
+++ b/board/nocturne_fp/board.h
@@ -8,11 +8,7 @@
#ifndef __BOARD_H
#define __BOARD_H
-/*
- * TODO(b/73337313) remove this config,
- * once the write-protection scheme is decided and validated.
- */
-#define CONFIG_SYSTEM_UNLOCKED
+#undef CONFIG_SYSTEM_UNLOCKED
/*
* These allow console commands to be flagged as restricted.