esp_wifi: move unused wifi log to noload section to save binary size

This commit is contained in:
Zhang Jun Hao
2021-04-07 15:04:51 +08:00
parent 702418e062
commit 4702feeeeb
8 changed files with 85 additions and 125 deletions

View File

@@ -363,7 +363,13 @@ SECTIONS
. = ALIGN(4);
} > default_rodata_seg
_flash_rodata_align = ALIGNOF(.flash.rodata);
.flash.rodata_noload (NOLOAD) :
{
. = ALIGN (4);
mapping[rodata_noload]
} > default_rodata_seg
_flash_rodata_align = ALIGNOF(.flash.rodata_noload);
/* Marks the end of IRAM code segment */
.iram0.text_end (NOLOAD) :