cavs: (cosmetic) add a comment to clarify function scope

Clarify, that platform_init() only runs on the primary core.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
This commit is contained in:
Guennadi Liakhovetski 2021-04-30 12:14:12 +02:00 committed by Liam Girdwood
parent 369a59431a
commit 23fc4e5bc9
1 changed files with 1 additions and 0 deletions

View File

@ -332,6 +332,7 @@ static void platform_init_hw(void)
} }
#endif #endif
/* Runs on the primary core only */
int platform_init(struct sof *sof) int platform_init(struct sof *sof)
{ {
#if CONFIG_DW_SPI #if CONFIG_DW_SPI