Fix nodemcu.ld (#2762)

This commit is contained in:
Terry Ellison 2019-05-20 10:13:14 +01:00 committed by GitHub
parent d6980ad802
commit a62db23626
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ SECTIONS
*libphy.a:*( .literal .literal.* .text .text.*)
*libpp.a:*( .literal .literal.* .text .text.*)
*libgcc.a:*( .literal .literal.* .text .text.*)
*libnet80211.a:*(.literal .text )
/*
* The following SDK libraries have .literal and .text sections, but are
* either not used in NodeMCU or are safe to execute out of in iROM: