summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Barnes <robbarnes@google.com>2021-08-20 14:52:55 -0600
committerCommit Bot <commit-bot@chromium.org>2021-08-21 18:48:26 +0000
commit1418bf3629b9fb767fca0a72455659bf46f06498 (patch)
treeb5406e197880bc98050ef8184e1be30cc4a7b497
parent66d1be5764dccbc3313ce9847c6a017eada2444b (diff)
downloadchrome-ec-1418bf3629b9fb767fca0a72455659bf46f06498.tar.gz
juniper: Free up flash space
Make debug asserts brief. Lower PD debug level to 2. This matches a pattern used by other boards. BUG=None TEST=Free RO space went from 540 to 1628 BRANCH=None Change-Id: I7dcab46f912e913d18ee86cd9979e52d39be073f Signed-off-by: Rob Barnes <robbarnes@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3111306 Reviewed-by: Keith Short <keithshort@chromium.org>
-rw-r--r--board/jacuzzi/board.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/jacuzzi/board.h b/board/jacuzzi/board.h
index 8aeb53de02..648edcc4a6 100644
--- a/board/jacuzzi/board.h
+++ b/board/jacuzzi/board.h
@@ -14,6 +14,10 @@
#define VARIANT_KUKUI_EC_STM32F098
#undef CONFIG_CMD_MFALLOW
+/* Free up flash space */
+#define CONFIG_DEBUG_ASSERT_BRIEF
+#define CONFIG_USB_PD_DEBUG_LEVEL 2
+
#ifndef SECTION_IS_RW
#define VARIANT_KUKUI_NO_SENSORS
#endif /* SECTION_IS_RW */