cavs: add missing macros to cAVS 1.8

PLATFORM_RESET_MHE_AT_BOOT and
PLATFORM_DISABLE_L2CACHE_AT_BOOT have to be defined on cAVS 1.8
too, without them secondary cores cannot be used.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
This commit is contained in:
Guennadi Liakhovetski 2021-04-29 15:38:00 +02:00 committed by Anas Nashif
commit f5b261db7d

View file

@ -10,6 +10,10 @@
#ifndef __PLATFORM_PLATFORM_H__ #ifndef __PLATFORM_PLATFORM_H__
#define __PLATFORM_PLATFORM_H__ #define __PLATFORM_PLATFORM_H__
#define PLATFORM_RESET_MHE_AT_BOOT 1
#define PLATFORM_MEM_INIT_AT_BOOT 1
#define PLATFORM_PRIMARY_CORE_ID 0 #define PLATFORM_PRIMARY_CORE_ID 0
#define MAX_CORE_COUNT 4 #define MAX_CORE_COUNT 4