xtensa/esp32s3: Extend IRAM region according to IDFboot v4.4.2

This change syncs the NuttX application image IRAM upper limit to the
start of the IRAM region used by the IDF 2nd stage bootloader.

Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
Gustavo Henrique Nihei 2022-11-07 10:47:20 -03:00 committed by Xiang Xiao
parent bbe2fd3b80
commit 3cb6d103c5

View File

@ -14,7 +14,7 @@
#define SRAM_IRAM_START 0x40370000 #define SRAM_IRAM_START 0x40370000
#define SRAM_DIRAM_I_START 0x40378000 #define SRAM_DIRAM_I_START 0x40378000
#define SRAM_IRAM_END 0x403ba000 #define SRAM_IRAM_END 0x403cc700
#define I_D_SRAM_OFFSET (SRAM_DIRAM_I_START - SRAM_DRAM_START) #define I_D_SRAM_OFFSET (SRAM_DIRAM_I_START - SRAM_DRAM_START)
#define SRAM_DRAM_START 0x3fc88000 #define SRAM_DRAM_START 0x3fc88000