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
+7 -1
View File
@@ -311,7 +311,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);
.flash.text :
{