hc
2023-12-04 f33f61bdb7ca6d5ebe7a78f9d8694b91360279ac
kernel/include/linux/pstore.h
....@@ -44,8 +44,8 @@
4444 PSTORE_TYPE_PPC_COMMON = 6,
4545 PSTORE_TYPE_PMSG = 7,
4646 PSTORE_TYPE_PPC_OPAL = 8,
47
-#ifdef CONFIG_PSTORE_MCU_LOG
48
- PSTORE_TYPE_MCU_LOG = 9,
47
+#ifdef CONFIG_PSTORE_BOOT_LOG
48
+ PSTORE_TYPE_BOOT_LOG = 9,
4949 #endif
5050 PSTORE_TYPE_UNKNOWN = 255
5151 };
....@@ -199,8 +199,8 @@
199199 #define PSTORE_FLAGS_CONSOLE (1 << 1)
200200 #define PSTORE_FLAGS_FTRACE (1 << 2)
201201 #define PSTORE_FLAGS_PMSG (1 << 3)
202
-#ifdef CONFIG_PSTORE_MCU_LOG
203
-#define PSTORE_FLAGS_MCU_LOG (1 << 4)
202
+#ifdef CONFIG_PSTORE_BOOT_LOG
203
+#define PSTORE_FLAGS_BOOT_LOG (1 << 4)
204204 #endif
205205 extern int pstore_register(struct pstore_info *);
206206 extern void pstore_unregister(struct pstore_info *);