]> Joshua Wise's Git repositories - netwatch.git/blobdiff - aseg/aseg.lds
Put BSS clearing in firstrun
[netwatch.git] / aseg / aseg.lds
index e969a547ff826d23c7cecf6b8d217e79555d5eaf..83afbaeed1ef08323f9dc91b26df594a4dc2de54 100644 (file)
@@ -7,8 +7,6 @@ SECTIONS
                _start = .;
                aseg.o
                LONG(_stacktop);
-               LONG(_bss);
-               LONG(_bssend - _bss);
                LONG(smi_entry);
                *(.text);
                *(.data);
This page took 0.021945 seconds and 4 git commands to generate.