Skip to content

Commit f36a9c9

Browse files
committed
Remove INSERT AFTER .bss to fix infinite loop on boot when zeroing bss.
Fixes #263.
1 parent fc623b7 commit f36a9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

memory.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ SECTIONS {
6060
*(.sram4 .sram4.*);
6161
. = ALIGN(4);
6262
} > SRAM4
63-
} INSERT AFTER .bss;
63+
};

0 commit comments

Comments
 (0)