fix(psram): fix macro in memory.ld

This commit is contained in:
Chen Jichang
2024-09-18 13:30:02 +08:00
parent 88030d4832
commit 04c7bbde5e
3 changed files with 0 additions and 7 deletions

View File

@@ -19,12 +19,10 @@
#define SRAM_SEG_END 0x4084E5F0 /* 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
/*
* IDRAM0_2_SEG_SIZE_DEFAULT is used when page size is 64KB
*/
#define IDRAM0_2_SEG_SIZE (CONFIG_MMU_PAGE_SIZE << 8)
#endif
MEMORY
{