summaryrefslogtreecommitdiff
path: root/chip/npcx/config_chip.h
diff options
context:
space:
mode:
authorShawn Nematbakhsh <shawnn@chromium.org>2016-07-26 13:07:13 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-07-26 17:32:31 -0700
commit93de08545556296ea6e99ccf1dcc9a20ae286037 (patch)
treeecddd2b9db67d5b1aa67c2d9be2ddf930aea147a /chip/npcx/config_chip.h
parentc358ee77a0b884d3959373153946f52b1a27b386 (diff)
downloadchrome-ec-93de08545556296ea6e99ccf1dcc9a20ae286037.tar.gz
kevin / gru: Increase size of code RAM
Reduce size of UART Tx buffer to 1024 bytes on all npcx platforms and increase size of code memory by 6K bytes on Kevin. BUG=chrome-os-partner:52876 BRANCH=None TEST=`make buildall -j` with subsequent commit. Signed-off-by: Shawn Nematbakhsh <shawnn@chromium.org> Change-Id: Ib9e52a4406f84cfc434984f8819d7ef02b70beb4 Reviewed-on: https://chromium-review.googlesource.com/363591 Commit-Ready: Shawn N <shawnn@chromium.org> Tested-by: Shawn N <shawnn@chromium.org> Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
Diffstat (limited to 'chip/npcx/config_chip.h')
-rw-r--r--chip/npcx/config_chip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/npcx/config_chip.h b/chip/npcx/config_chip.h
index ff5264ec75..1442a58d50 100644
--- a/chip/npcx/config_chip.h
+++ b/chip/npcx/config_chip.h
@@ -17,7 +17,7 @@
/* Use a bigger console output buffer */
#undef CONFIG_UART_TX_BUF_SIZE
-#define CONFIG_UART_TX_BUF_SIZE 8192
+#define CONFIG_UART_TX_BUF_SIZE 1024
/*
* Interval between HOOK_TICK notifications