]> git.sur5r.net Git - u-boot/blobdiff - board/gaisler/gr_xc3s_1500/u-boot.lds
powerpc/p2041rdb: add more ddr frequencies support
[u-boot] / board / gaisler / gr_xc3s_1500 / u-boot.lds
index 3b13190cb01f492ea64bb088540915976adf5c22..8719e97ee4dae0221f7aba0ba6a1f1ab3b2cde0a 100644 (file)
@@ -60,7 +60,7 @@ SECTIONS
                _text = .;
 
                *(.start)
-               cpu/leon3/start.o (.text)
+               arch/sparc/cpu/leon3/start.o (.text)
 /* 8k is the same as the PROM offset from end of main memory, (CONFIG_SYS_PROM_SIZE) */
                . = ALIGN(8192);
 /* PROM CODE, Will be relocated to the end of memory,
@@ -134,7 +134,7 @@ SECTIONS
        . = ALIGN(16); /* to speed clearing of bss up */
        }
        __bss_end = . ;
-       _end = . ;
+       __bss_end__ = . ;
        PROVIDE (end = .);
 
 /* Relocated into main memory */