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:
parent
e027a54440
commit
f5b261db7d
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue