From c0fac86829c4bf0345c568584f3ab1a981866595 Mon Sep 17 00:00:00 2001 From: Eric Yilun Lin Date: Tue, 17 Dec 2019 10:04:09 +0800 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1970672 --- baseboard/kukui/baseboard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'baseboard') 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 -- cgit v1.2.1