Set correct .data start symbol.
[bertos.git] / bertos / cpu / arm / scripts / at91sam7_256_rom.ld
index 815aa42307b05e0cc651bd4668150ae62765c7df..7c20aa9dd20bd166cffc3298a45e7d2047ed1270 100644 (file)
@@ -87,7 +87,7 @@ SECTIONS
        _etext = .;
        PROVIDE (__etext = .);
 
-       .data : AT (__etext)
+       .data : AT (_etext)
        {
                PROVIDE (__data_start = .);
                *(.data .data.*)