summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/esp8266_512k.ld
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2016-11-16 11:55:41 +1100
committerDamien George <damien.p.george@gmail.com>2016-11-16 16:14:14 +1100
commit6810f2c134f9329e9dc18f4e0d3a1936ca6d8011 (patch)
treef8b63a820b0659bd8083cb851fa5209e8f92c102 /esp8266/esp8266_512k.ld
parent64db4080cec88c7b3937229a653c65a631732379 (diff)
downloadmicropython-6810f2c134f9329e9dc18f4e0d3a1936ca6d8011.tar.gz
micropython-6810f2c134f9329e9dc18f4e0d3a1936ca6d8011.zip
py: Factor persistent code load/save funcs into persistentcode.[ch].
Diffstat (limited to 'esp8266/esp8266_512k.ld')
-rw-r--r--esp8266/esp8266_512k.ld1
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/esp8266_512k.ld b/esp8266/esp8266_512k.ld
index 781cbb985c..e744d0f464 100644
--- a/esp8266/esp8266_512k.ld
+++ b/esp8266/esp8266_512k.ld
@@ -88,6 +88,7 @@ SECTIONS
*py/builtin*.o*(.literal* .text*)
*py/compile.o*(.literal* .text*)
*py/emit*.o*(.literal* .text*)
+ *py/persistentcode*.o*(.literal* .text*)
*py/formatfloat.o*(.literal* .text*)
*py/frozenmod.o*(.literal* .text*)
*py/gc.o*(.literal* .text*)