altos: Work on MAX6691 driver
[fw/altos] / src / stm / altos-ram.ld
index 1143a08b8cc178a1aacd0f7403a3faad004dea4b..d8f072a7684cd39cc86302fde907bf35e7613c5f 100644 (file)
@@ -3,7 +3,8 @@
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -41,13 +42,13 @@ SECTIONS {
                __text_end__ = .;
        } > ram
 
-       __data_start__ = .;
+       _start__ = .;
 
        /* Data -- relocated to RAM, but written to ROM
         */
        .data : AT (ADDR(.ARM.exidx) + SIZEOF (.ARM.exidx)) {
                *(.data)        /* initialized data */
-               __data_end__ = .;
+               _end__ = .;
                __bss_start__ = .;
        } >ram