Skip to content

Commit

Permalink
Remove INSERT AFTER .bss to fix infinite loop on boot when zeroing …
Browse files Browse the repository at this point in the history
…bss.

Fixes #263.
  • Loading branch information
matoushybl committed Oct 25, 2021
1 parent fc623b7 commit f36a9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memory.x
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ SECTIONS {
*(.sram4 .sram4.*);
. = ALIGN(4);
} > SRAM4
} INSERT AFTER .bss;
};

0 comments on commit f36a9c9

Please sign in to comment.