altos: Remove 8051 address space specifiers
[fw/altos] / src / lpc / altos-standalone.ld
index db53dcaf15880d956c9d376549b22c8c4c262eff..99d10149ab303035433735de75bfb9f973d24ed4 100644 (file)
@@ -65,9 +65,9 @@ SECTIONS {
        /* Data -- relocated to RAM, but written to ROM
         */
        .data ORIGIN(ram) : AT (ADDR(.ARM.exidx) + SIZEOF (.ARM.exidx)) {
-               __data_start__ = .;
+               _start__ = .;
                *(.data)        /* initialized data */
-               __data_end__ = .;
+               _end__ = .;
                __bss_start__ = .;
        } >ram