summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiana Z <dzigterman@chromium.org>2021-10-11 16:24:54 -0600
committerCommit Bot <commit-bot@chromium.org>2021-10-12 00:21:46 +0000
commit372d52aabc5b262a18bca806138a1c24242d8535 (patch)
treed39c66168bfb8d8f6ff35783fbaddc1af6f9e562
parent9f157361e6d09d0423c95d12378081cce16783f2 (diff)
downloadchrome-ec-372d52aabc5b262a18bca806138a1c24242d8535.tar.gz
Terrador: Free up flash space
Terrador is nearly out of flash space, so remove the PRL debug strings from its build. BRANCH=None BUG=None TEST=make -j buildall Signed-off-by: Diana Z <dzigterman@chromium.org> Change-Id: Ieeda2cbf3772f3218cccfe530a2cf3c8f12a0b99 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3218368 Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
-rw-r--r--board/terrador/board.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/terrador/board.h b/board/terrador/board.h
index 90e13a45aa..5ba26d2094 100644
--- a/board/terrador/board.h
+++ b/board/terrador/board.h
@@ -11,6 +11,9 @@
/* Baseboard features */
#include "baseboard.h"
+/* Free flash space */
+#define CONFIG_USB_PD_DEBUG_LEVEL 2
+
/* Optional features */
#define CONFIG_SYSTEM_UNLOCKED /* Allow dangerous commands while in dev. */