change(rom): update the frozen rom for esp32c5mp

This commit is contained in:
laokaiyao
2024-04-01 20:53:49 +08:00
parent d954057ed8
commit 0cb1057915
13 changed files with 1072 additions and 1063 deletions

View File

@@ -16,7 +16,7 @@
#include "ld.common"
#define SRAM_SEG_START 0x40800000
#define SRAM_SEG_END 0x4086E610 /* 2nd stage bootloader iram_loader_seg start address */
#define SRAM_SEG_END 0x4084E9A0 /* 2nd stage bootloader iram_loader_seg start address */
#define SRAM_SEG_SIZE SRAM_SEG_END - SRAM_SEG_START
#if CONFIG_APP_BUILD_USE_FLASH_SECTIONS