Ivan Grokhotkov 61c6ce86d2 esp32: put .data before .bss
This change reduces chances that a large .bss segment will push .data all the way into
0x3ffe1320 — 0x3ffe5320 range where the bootloader stack is, creating a problem when
bootloader will be loading application into memory.
With this change, .data would need to be at least 200k big to cause problems.
2017-01-06 13:46:06 +08:00
..
2017-01-06 13:46:06 +08:00
2017-01-05 18:43:09 +08:00
2016-08-17 23:08:22 +08:00
2016-11-23 17:23:21 +08:00
2016-08-17 23:08:22 +08:00
2016-12-19 14:23:39 +08:00
2016-11-23 12:55:49 +08:00
2016-08-17 23:08:22 +08:00