summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2018-11-06 21:49:46 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2018-11-06 22:04:51 +0100
commite844d67cda6ff7d1d4a32a9b945f12bbe73f0790 (patch)
treea961e5abf523fb46eb90d149ddac677be6bd8354
parent0f09049bd62378658662c9308612a7eba94cd8a5 (diff)
downloadDistroKit-e844d67cda6ff7d1d4a32a9b945f12bbe73f0790.tar.gz
DistroKit-e844d67cda6ff7d1d4a32a9b945f12bbe73f0790.tar.xz
v7a/kernel: use CONSOLE_LOGLEVEL_DEFAULT=7
This matches the default value for this symbol and the two other platforms use 7, too. This makes the machine emit the "normal" logging when the loglevel=5 parameter is removed from the kernel command line. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
-rw-r--r--configs/platform-v7a/kernelconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/platform-v7a/kernelconfig b/configs/platform-v7a/kernelconfig
index 8957912..26ac9ff 100644
--- a/configs/platform-v7a/kernelconfig
+++ b/configs/platform-v7a/kernelconfig
@@ -3166,7 +3166,7 @@ CONFIG_SBITMAP=y
# printk and dmesg options
#
CONFIG_PRINTK_TIME=y
-CONFIG_CONSOLE_LOGLEVEL_DEFAULT=5
+CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7
CONFIG_CONSOLE_LOGLEVEL_QUIET=4
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
# CONFIG_BOOT_PRINTK_DELAY is not set