From 43925d1d9fb8c0a3ef01558d4a2de9600b97322a Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Fri, 12 Jul 2024 17:08:16 -0400 Subject: [PATCH] g12: Print all kernel logs when debugging Change-Id: I5f182ff67df30d963a11c9b72a78d8dd7dca235b (cherry picked from commit a2de9a047ec9e52ec6ac27eacc1ce03eeb97cc66) --- BoardConfigCommon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 0157dff..25c4296 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -19,7 +19,7 @@ TARGET_KERNEL_SOURCE := kernel/amlogic/linux-4.9 TARGET_KERNEL_VARIANT_CONFIG ?= g12a_variant_defconfig ifeq ($(WITH_CONSOLE),true) -BOARD_KERNEL_CMDLINE += console=ttyS0,115200 no_console_suspend +BOARD_KERNEL_CMDLINE += console=ttyS0,115200 no_console_suspend ignore_loglevel endif ## Partitions -- 2.20.1