]> git.sur5r.net Git - u-boot/blobdiff - board/gaisler/gr_ep2s60/u-boot.lds
common: Add .u_boot_list into all linker files
[u-boot] / board / gaisler / gr_ep2s60 / u-boot.lds
index 0ca2651703ee3e7f8de867bf44b48b79b6d8ccaa..5a387967ff1e74fad9313875b4a67056afd6a2fc 100644 (file)
@@ -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 */