]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/gaisler/gr_ep2s60/u-boot.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / board / gaisler / gr_ep2s60 / u-boot.lds
index 99aa0addaf7c0a0e26d40fe6edbe6e41281c29c9..5a387967ff1e74fad9313875b4a67056afd6a2fc 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,
@@ -90,6 +90,11 @@ SECTIONS
        . = ALIGN(4);
        __u_boot_cmd_end = .;
 
+       . = ALIGN(4);
+       .u_boot_list : {
+       #include <u-boot.lst>
+       }
+
        .data   :
        {
                *(.data)
@@ -133,7 +138,7 @@ SECTIONS
        . = ALIGN(16); /* to speed clearing of bss up */
        }
        __bss_end = . ;
-       _end = . ;
+       __bss_end__ = . ;
        PROVIDE (end = .);
 
 /* Relocated into main memory */