summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2020-12-22 07:40:57 +1100
committerCommit Bot <commit-bot@chromium.org>2020-12-22 21:02:11 +0000
commitdbe87fb73f561bfa7ae62da17cbf979eb00732a4 (patch)
treeecee56caabd3366b5f1e72653ee9c160d6165c27 /board
parent5e1a54f157554153973bc9422b3fe1d90aa1c8a5 (diff)
downloadchrome-ec-dbe87fb73f561bfa7ae62da17cbf979eb00732a4.tar.gz
coil: Replace "whitelist"
Replace "whitelist" with "allowlist". BUG=b:175244613 TEST=make buildall -j Change-Id: Ie0a23cb33722fe27b76d97c2ebdd548c2ecc2aa6 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2600299 Reviewed-by: Namyoon Woo <namyoon@chromium.org>
Diffstat (limited to 'board')
-rw-r--r--board/cr50/tpm2/nvmem_ops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/cr50/tpm2/nvmem_ops.c b/board/cr50/tpm2/nvmem_ops.c
index 4281d5f944..68aff86dc0 100644
--- a/board/cr50/tpm2/nvmem_ops.c
+++ b/board/cr50/tpm2/nvmem_ops.c
@@ -13,9 +13,9 @@ void nvmem_wipe_cache(void)
* Inclusive list of NV indices not to be wiped out when invalidating
* the cache.
*/
- const uint16_t whitelist_range[] = { 0x1007, 0x100b };
+ const uint16_t allowlist_range[] = { 0x1007, 0x100b };
- NvSelectivelyInvalidateCache(whitelist_range);
+ NvSelectivelyInvalidateCache(allowlist_range);
/*
* Wipe some confidential persistent data