esptool: Optimise generated image size by using RAM-loaded data for padding

Can save almost 128KB from some images.
This commit is contained in:
Angus Gratton
2017-07-18 09:56:23 +10:00
committed by Angus Gratton
parent 4ec2abbf23
commit d92c541b1a
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ MEMORY
len = 0x50000 - CONFIG_TRACEMEM_RESERVE_DRAM - CONFIG_BT_RESERVE_DRAM
/* Flash mapped constant data */
drom0_0_seg (R) : org = 0x3F400010, len = 0x800000
drom0_0_seg (R) : org = 0x3F400018, len = 0x800000
/* RTC fast memory (executable). Persists over deep sleep.
*/