intel_adsp: fix typo PLATFORM_INIT_LPRSRAM -> PLATFORM_INIT_LPSRAM
Fix typo in define preventing initialization of LPSRAM. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
4946a15f15
commit
bc38f25178
|
@ -255,7 +255,7 @@ __imr void hp_sram_init(uint32_t memory_size)
|
|||
|
||||
__imr void lp_sram_init(void)
|
||||
{
|
||||
#ifdef PLATFORM_INIT_LPRSRAM
|
||||
#ifdef PLATFORM_INIT_LPSRAM
|
||||
uint32_t timeout_counter, delay_count = 256;
|
||||
|
||||
timeout_counter = delay_count;
|
||||
|
|
Loading…
Reference in a new issue