]> git.sur5r.net Git - u-boot/blobdiff - board/gaisler/gr_ep2s60/u-boot.lds
Merge branch 'master' of git://www.denx.de/git/u-boot-mmc
[u-boot] / board / gaisler / gr_ep2s60 / u-boot.lds
index 0ca2651703ee3e7f8de867bf44b48b79b6d8ccaa..f6d13014f311b407ad4a9185e07c0c4535993ce7 100644 (file)
@@ -85,10 +85,11 @@ SECTIONS
 
        /* CMD Table */
 
-       __u_boot_cmd_start = .;
-       .u_boot_cmd : { *(.u_boot_cmd) }
+
        . = ALIGN(4);
-       __u_boot_cmd_end = .;
+       .u_boot_list : {
+       #include <u-boot.lst>
+       }
 
        .data   :
        {
@@ -133,7 +134,7 @@ SECTIONS
        . = ALIGN(16); /* to speed clearing of bss up */
        }
        __bss_end = . ;
-       _end = . ;
+       __bss_end__ = . ;
        PROVIDE (end = .);
 
 /* Relocated into main memory */