summaryrefslogtreecommitdiff
path: root/board/coffeecake
diff options
context:
space:
mode:
authorNicolas Boichat <drinkcat@chromium.org>2018-09-12 14:25:31 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-09-14 12:08:32 -0700
commit2c760cf30b95715791eb43701b3d5536558b3a8d (patch)
tree70902377561991e55997c7215eaf71c1862f33b7 /board/coffeecake
parent17ad0ededbc33cd22324e622d7d01fac1fae3e3a (diff)
downloadchrome-ec-2c760cf30b95715791eb43701b3d5536558b3a8d.tar.gz
flash: Add CONFIG_FLASH_READOUT_PROTECTION config option
Instead of tying together CONFIG_WP_ALWAYS and RDP protection, separate the options. BRANCH=nocturne BUG=b:111330723 TEST=make buildall -j Change-Id: I905b573a900ef4dd0431666c525c951582143e09 Signed-off-by: Nicolas Boichat <drinkcat@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1222093 Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'board/coffeecake')
-rw-r--r--board/coffeecake/board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/coffeecake/board.h b/board/coffeecake/board.h
index 3db2ea11b1..77abfa7f99 100644
--- a/board/coffeecake/board.h
+++ b/board/coffeecake/board.h
@@ -67,6 +67,7 @@
/* No Write-protect GPIO, force the write-protection */
#define CONFIG_WP_ALWAYS
+#define CONFIG_FLASH_READOUT_PROTECTION
#ifndef __ASSEMBLER__