Merge branch 'change/remove_idf7890_todo' into 'master'

change(memory): remove `IDF-7890` todo

Closes IDF-7890

See merge request espressif/esp-idf!28766
This commit is contained in:
Armando (Dou Yiwen) 2024-02-18 14:08:06 +08:00
commit 6b278ac406
2 changed files with 0 additions and 6 deletions

View File

@ -31,9 +31,6 @@
#define I_D_SRAM_SIZE SRAM_DRAM_END - SRAM_DRAM_ORG
#if CONFIG_APP_BUILD_USE_FLASH_SECTIONS
/**
* TODO: IDF-7890
*/
#define IDROM_SEG_SIZE (CONFIG_MMU_PAGE_SIZE << 8)
#endif

View File

@ -31,9 +31,6 @@
#define I_D_SRAM_SIZE SRAM_DRAM_END - SRAM_DRAM_ORG
#if CONFIG_APP_BUILD_USE_FLASH_SECTIONS
/**
* TODO: IDF-7890
*/
#define IDROM_SEG_SIZE (CONFIG_MMU_PAGE_SIZE << 10)
#endif