summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/kevin/board.h6
-rw-r--r--chip/npcx/config_chip.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/board/kevin/board.h b/board/kevin/board.h
index 5d0169ef1d..a840a30d12 100644
--- a/board/kevin/board.h
+++ b/board/kevin/board.h
@@ -28,10 +28,10 @@
#define CONFIG_SYSTEM_UNLOCKED /* Allow dangerous commands for testing */
/*
- * We are code space-constrained on kevin, so take 4K that is normally used
- * as data RAM (was 30K, now 26K) and use it for code RAM (was 96K, now 100K)
+ * We are code space-constrained on kevin, so take 10K that is normally used
+ * as data RAM (was 30K, now 20K) and use it for code RAM (was 96K, now 106K)
*/
-#define RAM_SHIFT_SIZE (4 * 1024)
+#define RAM_SHIFT_SIZE (10 * 1024)
#undef CONFIG_RO_SIZE
#define CONFIG_RO_SIZE (NPCX_PROGRAM_MEMORY_SIZE + RAM_SHIFT_SIZE)
#undef CONFIG_RAM_BASE
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