File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 41
41
# include <nuttx/sched_note.h>
42
42
#endif
43
43
44
+ #include <nuttx/syslog/syslog_rpmsg.h>
45
+
46
+ /****************************************************************************
47
+ * Private Data
48
+ ****************************************************************************/
49
+
50
+ #ifdef CONFIG_SYSLOG_RPMSG
51
+ static char g_syslog_rpmsg_buf [4096 ];
52
+ #endif
53
+
44
54
/****************************************************************************
45
55
* Public Functions
46
56
****************************************************************************/
@@ -82,6 +92,10 @@ void arm_boot(void)
82
92
83
93
arm_earlyserialinit ();
84
94
#endif
95
+
96
+ #ifdef CONFIG_SYSLOG_RPMSG
97
+ syslog_rpmsg_init_early (g_syslog_rpmsg_buf , sizeof (g_syslog_rpmsg_buf ));
98
+ #endif
85
99
}
86
100
87
101
#if defined(CONFIG_ARM_PSCI ) && defined(CONFIG_SMP )
You can’t perform that action at this time.
0 commit comments