summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Yilun Lin <yllin@chromium.org>2019-12-17 10:04:09 +0800
committerCommit Bot <commit-bot@chromium.org>2019-12-17 05:15:08 +0000
commitc0fac86829c4bf0345c568584f3ab1a981866595 (patch)
tree558f1aa6179abfed2e2f91bec7ee17327480a864
parentdb58bafaec3d5744afbaebb1c518d7c1c978c249 (diff)
downloadchrome-ec-c0fac86829c4bf0345c568584f3ab1a981866595.tar.gz
baseboard/kukui: reduce UART_TX buffer size to 4096
kodama's build failure due to out of space. Reduce the TX buffer size. Note: This change should not cherry-pick to firmware branch. TEST=make buildall BUG=chromium:1034518 BRANCH=none Change-Id: I8f65dd62f10ead34c68b557569edcdd680bbd931 Signed-off-by: Eric Yilun Lin <yllin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1970672
-rw-r--r--baseboard/kukui/baseboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/baseboard/kukui/baseboard.h b/baseboard/kukui/baseboard.h
index 5e044723b7..1cd7a1c674 100644
--- a/baseboard/kukui/baseboard.h
+++ b/baseboard/kukui/baseboard.h
@@ -158,7 +158,7 @@
/* Increase tx buffer size, as we'd like to stream EC log to AP. */
#undef CONFIG_UART_TX_BUF_SIZE
-#define CONFIG_UART_TX_BUF_SIZE 8192
+#define CONFIG_UART_TX_BUF_SIZE 4096
/* To be able to indicate the device is in tablet mode. */
#define CONFIG_TABLET_MODE