diff --git a/soc/xtensa/intel_adsp/ace/boot.c b/soc/xtensa/intel_adsp/ace/boot.c index a27491d648..8f862a29b9 100644 --- a/soc/xtensa/intel_adsp/ace/boot.c +++ b/soc/xtensa/intel_adsp/ace/boot.c @@ -44,10 +44,6 @@ __imr void boot_d3_restore(void) ADSP_L2PCFG_REG = 0; #endif -#ifdef RESET_MEMORY_HOLE - /* reset memory hole */ - CAVS_SHIM.l2mecs = 0; -#endif extern void hp_sram_init(uint32_t memory_size); hp_sram_init(L2_SRAM_SIZE);