From 2b26ab132d1b33b91c84c6d732456200e8c5ee77 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 24 Nov 2023 08:39:05 +0000 Subject: [PATCH] add support 4g -- >ppp --- kernel/fs/pstore/Kconfig | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/fs/pstore/Kconfig b/kernel/fs/pstore/Kconfig index af8a858..e4599c5 100644 --- a/kernel/fs/pstore/Kconfig +++ b/kernel/fs/pstore/Kconfig @@ -166,10 +166,10 @@ For more information, see Documentation/admin-guide/ramoops.rst. -config PSTORE_MCU_LOG - bool "Print mcu log by linux" +config PSTORE_BOOT_LOG + bool "Print boot log by linux" depends on PSTORE help - When your soc has several mcu, you can get their log by cat command + Collect log from loader,uboot,ATF and so on, you can get their log by cat command through linux shell If unsure, say N. -- Gitblit v1.6.2