Skip to content

Commit 160edb5

Browse files
committed
soc: esp32c3: bump esp32c3 bootloader iram and dram sizes.
fix mcuboot sign overflow Signed-off-by: Zhang WenChao <[email protected]>
1 parent 96a2354 commit 160edb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

soc/espressif/esp32c3/memory.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
/* For safety margin between bootloader data section and startup stacks */
4747
#define BOOTLOADER_STACK_OVERHEAD 0x0
4848
/* These lengths can be adjusted, if necessary: */
49-
#define BOOTLOADER_DRAM_SEG_LEN 0x9800
50-
#define BOOTLOADER_IRAM_SEG_LEN 0x9800
49+
#define BOOTLOADER_DRAM_SEG_LEN 0xe800
50+
#define BOOTLOADER_IRAM_SEG_LEN 0xe800
5151
#define BOOTLOADER_IRAM_LOADER_SEG_LEN 0x1400
5252

5353
/* Start of the lower region is determined by region size and the end of the higher region */

0 commit comments

Comments
 (0)