summaryrefslogtreecommitdiff
path: root/esp8266/esp8266_common.ld
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-01-24 23:53:53 +1100
committerDamien George <damien.p.george@gmail.com>2017-01-27 13:19:11 +1100
commit8d5c6332c035e2b7d919616905d0aef37827585a (patch)
tree0ebd393ca4e0cf9ee09c35f102ad208cbbc62a33 /esp8266/esp8266_common.ld
parent94d87fbb308bf26e35cbb50f294fb06f178df871 (diff)
esp8266: Switch to use OO version of FatFs library.
Diffstat (limited to 'esp8266/esp8266_common.ld')
-rw-r--r--esp8266/esp8266_common.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/esp8266/esp8266_common.ld b/esp8266/esp8266_common.ld
index d22a53865..f721c28b0 100644
--- a/esp8266/esp8266_common.ld
+++ b/esp8266/esp8266_common.ld
@@ -113,7 +113,7 @@ SECTIONS
*extmod/*.o*(.literal* .text*)
- *lib/fatfs/*.o*(.literal*, .text*)
+ *lib/oofatfs/*.o*(.literal*, .text*)
*/libaxtls.a:(.literal*, .text*)
*lib/berkeley-db-1.xx/*.o(.literal*, .text*)
*lib/libm/*.o*(.literal*, .text*)