Skip to content

Commit 71ec5df

Browse files
nashifkartben
authored andcommitted
intel_adsp: remove workaround for SOF setting core count
During transition to HWMv2 this workaround was added, which should instead be in SOF and not in Zephyr, as CORE_COUNT is a SOF Kconfig. Remove this and instead set the CORE_COUNT in SOF to the MP_MAX_NUM_CPUS. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 1a780f9 commit 71ec5df

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

‎soc/intel/intel_adsp/Kconfig.defconfig‎

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ if SOC_FAMILY_INTEL_ADSP
88
rsource "*/Kconfig.defconfig.series"
99

1010
# A workaround for HWMv2 to recover SOF arch/xtensa defaults overridden by arch/host.
11-
if SOF
12-
config CORE_COUNT
13-
int
14-
default MP_MAX_NUM_CPUS
15-
endif
1611

1712
config XTENSA_RPO_CACHE
1813
def_bool y

0 commit comments

Comments
 (0)