summaryrefslogtreecommitdiff
path: root/esp8266/esp8266_ota.ld
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-05-11 23:39:34 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-05-12 16:00:05 +0300
commit0987ad5e30239c642fb6f16508bac6b6b9a4a46b (patch)
tree097d3c4a2db4d10c72f519b7097102170142a731 /esp8266/esp8266_ota.ld
parent760aa0996f29ae33a36c48128dd8f74597b877ad (diff)
esp8266/esp8266.ld, esp8266_ota.ld: Grow main firmware size by 32KB.
To accommodate both system and user frozen modules.
Diffstat (limited to 'esp8266/esp8266_ota.ld')
-rw-r--r--esp8266/esp8266_ota.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/esp8266/esp8266_ota.ld b/esp8266/esp8266_ota.ld
index d9afaa8f2..604480a0a 100644
--- a/esp8266/esp8266_ota.ld
+++ b/esp8266/esp8266_ota.ld
@@ -6,7 +6,7 @@ MEMORY
dram0_0_seg : org = 0x3ffe8000, len = 0x14000
iram1_0_seg : org = 0x40100000, len = 0x8000
/* 0x3c000 is size of bootloader, 0x9000 is size of packed RAM segments */
- irom0_0_seg : org = 0x40200000 + 0x3c000 + 0x9000, len = 0x87000
+ irom0_0_seg : org = 0x40200000 + 0x3c000 + 0x9000, len = 0x8f000
}
/* define common sections and symbols */