Use correct path.
[bertos.git] / bertos / cpu / arm / scripts / at91sam7_256_ram.ld
index 40c07c954121013ea6ad8e992cb03e2d609f5414..3b5279c49e5262105fce9f7c14b2e1d49f67b948 100644 (file)
@@ -87,7 +87,7 @@ SECTIONS
        _etext = .;
        PROVIDE (__etext = .);
 
-       .data : AT (__etext)
+       .data : AT (_etext)
        {
                PROVIDE (__data_start = .);
                *(.data .data.*)