Skip to content

Commit be57a02

Browse files
Merge #264
264: Remove `INSERT AFTER .bss` to fix infinite loop on boot when zeroing … r=richardeoin a=matoushybl …bss. Fixes #263. Co-authored-by: Matous Hybl <hyblmatous@gmail.com>
2 parents 9630d78 + f36a9c9 commit be57a02

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)