summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Boichat <drinkcat@chromium.org>2018-08-20 10:20:22 +0800
committerchrome-bot <chrome-bot@chromium.org>2018-08-20 03:27:40 -0700
commit8661ac5938ed9b96750cac5c6f6bf4edd1009d08 (patch)
treee218fd64539ed7e51a80d635e7ffc91703b78fda
parent2127ff7e90508d74a975dfe2ec7663d44821a02a (diff)
downloadchrome-ec-8661ac5938ed9b96750cac5c6f6bf4edd1009d08.tar.gz
Revert "meowth_fp: Enable CONFIG_ROLLBACK_MPU_PROTECT"
This reverts commit 331eaf99ce5376332442f2f1d83d277c6104bbb6, as it breaks flashrom. We'll want to reenable this after we fix flashrom. BRANCH=none BUG=b:111330723 BUG=b:112740263 TEST=/usr/sbin/fp_updater.sh works Change-Id: I3b1fc54a5f60f76f7d39481b1d7b90587c794c01 Signed-off-by: Nicolas Boichat <drinkcat@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1180789 Reviewed-by: Nicolas Norvez <norvez@chromium.org>
-rw-r--r--board/meowth_fp/board.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/meowth_fp/board.h b/board/meowth_fp/board.h
index 2538f58402..a95089dbef 100644
--- a/board/meowth_fp/board.h
+++ b/board/meowth_fp/board.h
@@ -127,9 +127,6 @@
*/
#define CONFIG_ROLLBACK
#define CONFIG_ROLLBACK_SECRET_SIZE 32
-
-#define CONFIG_ROLLBACK_MPU_PROTECT
-
/*
* We do not use any "locally" generated entropy: this is normally used
* to add local entropy when the main source of entropy is remote.