]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/arm920t/ep93xx/u-boot.lds
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[u-boot] / arch / arm / cpu / arm920t / ep93xx / u-boot.lds
index 5bfcb02317ef2fc201bb080b736dd20ff3d0ce53..e483820f3f93b0ab02cc8bfc86daf5f97b11986b 100644 (file)
@@ -48,12 +48,16 @@ SECTIONS
        .got : { *(.got) }
 
        . = .;
-       __u_boot_cmd_start = .;
-       .u_boot_cmd : { *(.u_boot_cmd) }
-       __u_boot_cmd_end = .;
+
+       . = ALIGN(4);
+       .u_boot_list : {
+               KEEP(*(SORT(.u_boot_list*)));
+       }
 
        . = ALIGN(4);
        __bss_start = .;
        .bss : { *(.bss) }
+       __bss_end = .;
+
        _end = .;
 }