From 1418bf3629b9fb767fca0a72455659bf46f06498 Mon Sep 17 00:00:00 2001 From: Rob Barnes Date: Fri, 20 Aug 2021 14:52:55 -0600 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3111306 Reviewed-by: Keith Short --- board/jacuzzi/board.h | 4 ++++ 1 file changed, 4 insertions(+) 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 */ -- cgit v1.2.1