summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWai-Hong Tam <waihong@google.com>2021-06-04 11:31:19 -0700
committerCommit Bot <commit-bot@chromium.org>2021-06-05 03:55:37 +0000
commit42586ce091c817b2215b3565c570c4b3c8198e1c (patch)
treea110d9cb54eac17aec7b350f9a005347310d5901
parent21f920a382a0f1c505323959f95f2a53d776be2b (diff)
downloadchrome-ec-42586ce091c817b2215b3565c570c4b3c8198e1c.tar.gz
zephyr: Default not enable the flash read/erase/write commands
It matches the original CrOS EC setting, which is not enable these commands. BRANCH=None BUG=b:190224781 TEST=Checked the flashread, flasherase, flashwrite not enabled. Change-Id: Ie8e09c2cc5c97e9d7d693e14fc838c976893addf Signed-off-by: Wai-Hong Tam <waihong@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2940580 Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--zephyr/Kconfig.flash1
1 files changed, 0 insertions, 1 deletions
diff --git a/zephyr/Kconfig.flash b/zephyr/Kconfig.flash
index 89f8c10341..7ec8be82a5 100644
--- a/zephyr/Kconfig.flash
+++ b/zephyr/Kconfig.flash
@@ -26,7 +26,6 @@ config PLATFORM_EC_CONSOLE_CMD_CHARGEN
config PLATFORM_EC_CONSOLE_CMD_FLASH
bool "Console commands: flasherase, flashread, flashwrite"
- default y
help
Enables various console commands: