Skip to content

Commit

Permalink
needed bugfix from: pfalcon#23
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed Dec 30, 2019
1 parent 2b401e0 commit 7bff2b6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions boot8266/boot8266.ld
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,12 @@ SECTIONS
*libmbedtls.a:(.literal .text .literal.* .text.*)

*(.irom0.literal .irom.literal .irom.text.literal .irom0.text .irom.text)

*libcrypto.a:(.literal.* .text.*)
*libnet80211.a:(.literal.* .text.*)
*libwpa.a:(.literal.* .text.*)
*libwpa2.a:(.literal.* .text.*)

_irom0_text_end = ABSOLUTE(.);
} >irom0_0_seg :irom0_0_phdr

Expand Down
6 changes: 6 additions & 0 deletions ota-server/ota.ld
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,12 @@ SECTIONS
/*ota.o(.literal*, .text*)*/

*(.irom0.literal .irom.literal .irom.text.literal .irom0.text .irom.text)

*libcrypto.a:(.literal.* .text.*)
*libnet80211.a:(.literal.* .text.*)
*libwpa.a:(.literal.* .text.*)
*libwpa2.a:(.literal.* .text.*)

_irom0_text_end = ABSOLUTE(.);
} >irom0_0_seg :irom0_0_phdr

Expand Down

0 comments on commit 7bff2b6

Please sign in to comment.