From 5b9f7b7b323ae718a958b65c95b1dd42bcdd5614 Mon Sep 17 00:00:00 2001 From: Flavio Ceolin Date: Mon, 5 Feb 2024 01:29:04 +0000 Subject: [PATCH] intel_adsp: ace: Remove dead code ace/boot.c is ace specific file and RESET_MEMORY_HOLE symbol is never defined for this target. Signed-off-by: Flavio Ceolin --- soc/xtensa/intel_adsp/ace/boot.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/soc/xtensa/intel_adsp/ace/boot.c b/soc/xtensa/intel_adsp/ace/boot.c index a27491d6481..8f862a29b98 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);