soc: espressif: adjust memory organization on linker
Adjust the memory organization to avoid overlapping critical regions from bootloaders (MCUboot and IDF) Signed-off-by: Almir Okato <almir.okato@espressif.com>
This commit is contained in:
parent
e946a13fe1
commit
af3b04238e
4 changed files with 9 additions and 4 deletions
|
@ -17,6 +17,8 @@
|
|||
|
||||
#define SRAM_IRAM_START 0x40370000
|
||||
#define SRAM_DIRAM_I_START 0x40378000
|
||||
/* SRAM_IRAM_END is equivalent 2nd stage bootloader iram_loader_seg
|
||||
start address (that should not be overlapped) */
|
||||
#define SRAM_IRAM_END 0x403BA000
|
||||
#define I_D_SRAM_OFFSET (SRAM_DIRAM_I_START - SRAM_DRAM_START)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue