diff --git a/soc/xtensa/intel_s1000/memory.h b/soc/xtensa/intel_s1000/memory.h index 6e7f42e7d6d8..9aba12b40073 100644 --- a/soc/xtensa/intel_s1000/memory.h +++ b/soc/xtensa/intel_s1000/memory.h @@ -73,6 +73,6 @@ #define LPRAM_SIZE (DT_REG_SIZE(DT_NODELABEL(sram1))) /* Boot vector resideing in LP-SRAM for core #1 */ -#define LPSRAM_BOOT_VECTOR_ADDR (LP_SRAM_BASE + 0x08) +#define LPSRAM_BOOT_VECTOR_ADDR (LPRAM_BASE + 0x08) #endif /* __INC_MEMORY_H */