File tree 3 files changed +3
-3
lines changed
hardware/tools/esp8266/sdk/ld
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
irom0_0_seg : org = 0x40210000, len = 0xCB000
12
12
}
13
13
14
- PROVIDE ( _SPIFFS_start = 0x402CB000 );
14
+ PROVIDE ( _SPIFFS_start = 0x402DB000 );
15
15
PROVIDE ( _SPIFFS_end = 0x402FB000 );
16
16
17
17
INCLUDE "../ld/eagle.app.v6.common.ld"
Original file line number Diff line number Diff line change 11
11
irom0_0_seg : org = 0x40210000, len = 0xAB000
12
12
}
13
13
14
- PROVIDE ( _SPIFFS_start = 0x402AB000 );
14
+ PROVIDE ( _SPIFFS_start = 0x402BB000 );
15
15
PROVIDE ( _SPIFFS_end = 0x402FB000 );
16
16
17
17
INCLUDE "../ld/eagle.app.v6.common.ld"
Original file line number Diff line number Diff line change 8
8
dport0_0_seg : org = 0x3FF00000, len = 0x10
9
9
dram0_0_seg : org = 0x3FFE8000, len = 0x14000
10
10
iram1_0_seg : org = 0x40100000, len = 0x8000
11
- irom0_0_seg : org = 0x40210000, len = 0xEB000
11
+ irom0_0_seg : org = 0x40210000, len = 0xDB000
12
12
}
13
13
14
14
PROVIDE ( _SPIFFS_start = 0x402EB000 );
You can’t perform that action at this time.
0 commit comments