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 <flavio.ceolin@intel.com>
This commit is contained in:
parent
e46fbd9de8
commit
5b9f7b7b32
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue