Commit e4ba7565 authored by Johny Mattsson's avatar Johny Mattsson
Browse files

Fixed missing iram0.text segment.

Trust me, without this things behave *very* strangely!
parent 8bdde6e2
......@@ -190,6 +190,7 @@ SECTIONS
*(.init.literal)
*(.init)
*(.literal .text .stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*)
*(.iram0.text)
*(.fini.literal)
*(.fini)
*(.gnu.version)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment