summaryrefslogtreecommitdiff
path: root/board/dingdong
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/dingdong
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/dingdong')
-rw-r--r--board/dingdong/board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/dingdong/board.h b/board/dingdong/board.h
index 3636b3f34f..3ecbf7658c 100644
--- a/board/dingdong/board.h
+++ b/board/dingdong/board.h
@@ -52,6 +52,7 @@
/* No Write-protect GPIO, force the write-protection */
#define CONFIG_WP_ALWAYS
+#define CONFIG_FLASH_READOUT_PROTECTION
#ifndef __ASSEMBLER__