summaryrefslogtreecommitdiff
path: root/board/cr50/board.h
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@google.com>2018-05-16 15:10:30 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-05-18 20:08:43 -0700
commit12b71fcbb0a90552f3124c2e776e9d61e3075bba (patch)
tree9b794c0913426adb3f1bc7a4f62475cf51832b19 /board/cr50/board.h
parentf5d9109524f6e2625729d3317b4a7dedd2b37157 (diff)
downloadchrome-ec-12b71fcbb0a90552f3124c2e776e9d61e3075bba.tar.gz
cr50: include sleepmask in all images
sleepmask is really useful for debugging sleep issues. Add a read only version of sleepmask to non-DBG images. It will only be accessible once the console is unlocked. BUG=none BRANCH=cr50 TEST=make sure sleepmask can be modified in DBG images and can only be read in prod images. Change-Id: I31ef966f6302d4a7602a014cb08c9b972d13f41e Signed-off-by: Mary Ruthven <mruthven@google.com> Reviewed-on: https://chromium-review.googlesource.com/1062804 Commit-Ready: Mary Ruthven <mruthven@chromium.org> Tested-by: Mary Ruthven <mruthven@chromium.org> Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
Diffstat (limited to 'board/cr50/board.h')
-rw-r--r--board/cr50/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cr50/board.h b/board/cr50/board.h
index edbfe263f2..e0c38c6b2e 100644
--- a/board/cr50/board.h
+++ b/board/cr50/board.h
@@ -31,7 +31,7 @@
#undef CONFIG_CMD_CRASH
#undef CONFIG_CMD_MD
#undef CONFIG_CMD_RW
-#undef CONFIG_CMD_SLEEPMASK
+#undef CONFIG_CMD_SLEEPMASK_SET
#undef CONFIG_CMD_WAITMS
#undef CONFIG_FLASH
#endif