From 9a49a6e8901588d643e838a45d43daf76b9d873c Mon Sep 17 00:00:00 2001 From: heitbaum Date: Sat, 31 Jul 2021 17:29:57 +1000 Subject: [PATCH] config_rvboards_d1: increase dmesg log buffer The log buffer of 14 (16K) is too small to hold the whole dmesg buffer on the default Debian boot. Increase 15 (32K) --- config_rvboards_d1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_rvboards_d1 b/config_rvboards_d1 index 7e7f47381..bc16d8908 100644 --- a/config_rvboards_d1 +++ b/config_rvboards_d1 @@ -87,7 +87,7 @@ CONFIG_RCU_NEED_SEGCBLIST=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y # CONFIG_IKHEADERS is not set -CONFIG_LOG_BUF_SHIFT=14 +CONFIG_LOG_BUF_SHIFT=15 CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT=13 CONFIG_GENERIC_SCHED_CLOCK=y