summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiana Z <dzigterman@chromium.org>2021-08-06 09:21:48 -0600
committerCommit Bot <commit-bot@chromium.org>2021-08-11 19:28:53 +0000
commitdad30a521858c7b75ada2f6c87b515e782ecfd09 (patch)
tree1080711f9e8312c8a810c060efafe738f59bd4e1
parentc87bbaf9540ca4c9978e734d2fcf9cc428112fed (diff)
downloadchrome-ec-dad30a521858c7b75ada2f6c87b515e782ecfd09.tar.gz
Trondo: Free up flash space
Trondo is nearly out of space on ToT, so remove the PRL debug strings in order to free up some bytes. BRANCH=None BUG=None TEST=make -j buildall Signed-off-by: Diana Z <dzigterman@chromium.org> Change-Id: I8534495ed82f2c27cd9b2b9a293e7117a67e3062 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3078410 Reviewed-by: Keith Short <keithshort@chromium.org>
-rw-r--r--board/trondo/board.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/trondo/board.h b/board/trondo/board.h
index 51d36f1b52..ea0453ee82 100644
--- a/board/trondo/board.h
+++ b/board/trondo/board.h
@@ -14,6 +14,9 @@
/* Optional features */
#define CONFIG_SYSTEM_UNLOCKED /* Allow dangerous commands while in dev. */
+/* Reduce flash usage */
+#define CONFIG_USB_PD_DEBUG_LEVEL 2
+
#define CONFIG_POWER_BUTTON
#undef CONFIG_UART_TX_BUF_SIZE