summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2021-03-03 14:08:21 -0700
committerCommit Bot <commit-bot@chromium.org>2021-03-10 19:25:23 +0000
commit9b004564c7192fbe6e321e5372b3f6a222922d07 (patch)
treeaa332396c2959792d4fb03b2646068f2b29a7258
parent7bb3a11bb92f0529fa8d8f5f5a977bc82313ab15 (diff)
downloadchrome-ec-9b004564c7192fbe6e321e5372b3f6a222922d07.tar.gz
zephyr: Reduce default console buffer size
Set the default console buffer size to match the most common Chromium EC size. BUG=b:181794644 BRANCH=none TEST=make buildall, zmake testall TEST=Boot zephyr-ec on Volteer Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: I69a92aeac5038ecfba001709296aac29ee8becbc Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2737535 Commit-Queue: Jack Rosenthal <jrosenth@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
-rw-r--r--zephyr/Kconfig.console2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/Kconfig.console b/zephyr/Kconfig.console
index bdc1dda448..03b01cb45b 100644
--- a/zephyr/Kconfig.console
+++ b/zephyr/Kconfig.console
@@ -14,7 +14,7 @@ if PLATFORM_EC_HOSTCMD_CONSOLE
config PLATFORM_EC_HOSTCMD_CONSOLE_BUF_SIZE
int "Console buffer size"
- default 8192
+ default 4096
help
The EC will use a circular buffer to store bytes outputted
to the console for the AP to read. This changes the maximal