Skip to content

Commit 46d1ca2

Browse files
tmlemankv2019i
authored andcommitted
init: core: Add log after first boot
This patch is adding a single log message after secondary core is initialized. Motivation for that is to allow a simple way of testing that memory window logging is properly working on secondary cores as well. This is the simplest solution to allow testing in a simple and quick flow, without creating modules and pipelines on secondary cores. Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
1 parent 8672347 commit 46d1ca2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/init/init.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ __cold int secondary_core_init(struct sof *sof)
154154

155155
trace_point(TRACE_BOOT_PLATFORM);
156156

157+
LOG_INF("init done");
158+
157159
return err;
158160
}
159161

0 commit comments

Comments
 (0)