summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiana Z <dzigterman@chromium.org>2020-12-07 14:17:23 -0700
committerCommit Bot <commit-bot@chromium.org>2020-12-08 08:19:08 +0000
commite8f63281b4d90127ff18f36262fabdc66aeee2d2 (patch)
tree61fed9f24ea3bdf55c5fe147f753609126ff90db
parentdd1942af2d0b308e0b2d6210bfabeadb053101da (diff)
downloadchrome-ec-e8f63281b4d90127ff18f36262fabdc66aeee2d2.tar.gz
Waddledoo: Reduce flash usage
Define CONFIG_DEBUG_ASSERT_BRIEF for waddledoo to save flash space. BRANCH=dedede BUG=None TEST=make -j buildall; observe waddledoo is back over 2k free flash Signed-off-by: Diana Z <dzigterman@chromium.org> Change-Id: I90223c6c46067aa23dd9722377cbaf3202a32e52 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2576451 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org> Commit-Queue: Aseda Aboagye <aaboagye@chromium.org>
-rw-r--r--board/waddledoo/board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/waddledoo/board.h b/board/waddledoo/board.h
index fa2e39a453..aa87fcf571 100644
--- a/board/waddledoo/board.h
+++ b/board/waddledoo/board.h
@@ -19,6 +19,7 @@
/* Save some flash space */
#define CONFIG_CHIP_INIT_ROM_REGION
+#define CONFIG_DEBUG_ASSERT_BRIEF
/* EC console commands */
#define CONFIG_CMD_TCPC_DUMP