From cd6194aefcab407f1fe580766008216ebab7e4a0 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 27 Mar 2016 17:15:25 +0300 Subject: [PATCH] esp8266/esp8266.ld: Put FatFs to FlashROM. --- esp8266/esp8266.ld | 1 + 1 file changed, 1 insertion(+) diff --git a/esp8266/esp8266.ld b/esp8266/esp8266.ld index b8e93ac92d..05d788b8b2 100644 --- a/esp8266/esp8266.ld +++ b/esp8266/esp8266.ld @@ -119,6 +119,7 @@ SECTIONS *extmod/*.o*(.literal* .text*) + *lib/fatfs/*.o*(.literal*, .text*) *lib/libm/*.o*(.literal*, .text*) *lib/mp-readline/*.o(.literal*, .text*) *lib/netutils/*.o*(.literal*, .text*)