hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
kernel/fs/pstore/Kconfig
....@@ -166,10 +166,10 @@
166166
167167 For more information, see Documentation/admin-guide/ramoops.rst.
168168
169
-config PSTORE_MCU_LOG
170
- bool "Print mcu log by linux"
169
+config PSTORE_BOOT_LOG
170
+ bool "Print boot log by linux"
171171 depends on PSTORE
172172 help
173
- When your soc has several mcu, you can get their log by cat command
173
+ Collect log from loader,uboot,ATF and so on, you can get their log by cat command
174174 through linux shell
175175 If unsure, say N.