summaryrefslogtreecommitdiff
path: root/board/flapjack
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2020-11-19 12:57:54 -0700
committerCommit Bot <commit-bot@chromium.org>2020-11-19 21:37:59 +0000
commit89038fc4851bf7bc3ca5c5a296af0c33a47be333 (patch)
tree1025c0ba6b8d877ac1ecabe88345cbf726dbca0b /board/flapjack
parentc6002497c6ac39f84541686836de0aa6488802f7 (diff)
downloadchrome-ec-89038fc4851bf7bc3ca5c5a296af0c33a47be333.tar.gz
flapjack: disable uptime command in RO
Disable the uptime host command and the AP reset log in RO to save 448 bytes of flash space. BUG=none BRANCH=none TEST=make buildall Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: Idebbb6222a82178f9379fb1e20dda6c0e078aee6 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2551213 Reviewed-by: YH Lin <yueherngl@chromium.org> Commit-Queue: YH Lin <yueherngl@chromium.org>
Diffstat (limited to 'board/flapjack')
-rw-r--r--board/flapjack/board.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/flapjack/board.h b/board/flapjack/board.h
index e80a9ae222..21b91ab049 100644
--- a/board/flapjack/board.h
+++ b/board/flapjack/board.h
@@ -222,6 +222,8 @@
#undef CONFIG_CMD_SLEEPMASK
#undef CONFIG_CMD_SLEEPMASK_SET
#undef CONFIG_CMD_SYSLOCK
+#undef CONFIG_HOSTCMD_GET_UPTIME_INFO
+#undef CONFIG_CMD_AP_RESET_LOG
#endif
#define CONFIG_TASK_PROFILING