]> Joshua Wise's Git repositories - netwatch.git/blobdiff - aseg/aseg.lds
Remove the 'first' stuff. Rename the entry point to smi_entry.
[netwatch.git] / aseg / aseg.lds
index 290502701ab32ca594096835919134208b24a3c4..e969a547ff826d23c7cecf6b8d217e79555d5eaf 100644 (file)
@@ -9,7 +9,7 @@ SECTIONS
                LONG(_stacktop);
                LONG(_bss);
                LONG(_bssend - _bss);
-               LONG(__start);
+               LONG(smi_entry);
                *(.text);
                *(.data);
                *(.rodata);
This page took 0.016192 seconds and 4 git commands to generate.