altos: Remove 8051 address space specifiers
[fw/altos] / src / stm / altos-loader.ld
index 806b4842306d4281aee9c742e70910fcd29e78be..1ebbc7a2afcb15b30d2c24fe692547edec4e1073 100644 (file)
@@ -65,7 +65,7 @@ SECTIONS {
         */
 
        .textram BLOCK(8): {
-               __data_start__ = .;
+               _start__ = .;
                __text_ram_start__ = .;
                *(.ramtext)
                __text_ram_end = .;
@@ -76,7 +76,7 @@ SECTIONS {
         */
        .data BLOCK(8): {
                *(.data)        /* initialized data */
-               __data_end__ = .;
+               _end__ = .;
        } >ram AT>rom