diff --git a/esp8266/esp8266.ld b/esp8266/esp8266.ld
index fb19fcf8c239b1be7f0722f25ec955ba9e2e840f..998129156febe5b25735da79e2ff5066ac3aa6cb 100644
--- a/esp8266/esp8266.ld
+++ b/esp8266/esp8266.ld
@@ -79,10 +79,13 @@ SECTIONS
         *pyexec.o(.literal*, .text*)
         *readline.o(.literal*, .text*)
         *pybstdio.o(.literal*, .text*)
-        *modpyb.o(.literal*, .text*)
         *gccollect.o(.literal* .text*)
         *gchelper.o(.literal* .text*)
+        *modpyb.o(.literal*, .text*)
+        *modpybpin.o(.literal*, .text*)
+        *modpybrtc.o(.literal*, .text*)
         *modesp.o(.literal* .text*)
+        *modutime.o(.literal* .text*)
 
         /* we put as much rodata as possible in this section */
         /* note that only rodata accessed as a machine word is allowed here */