]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[u-boot] / arch / arm / cpu / arm926ejs / mxs / u-boot-spl.lds
index f8ea38c03d4758f261e063b710273e6ab66ac9e4..67b204e4475edc9da412a7020f9a0537f478990a 100644 (file)
@@ -49,11 +49,6 @@ SECTIONS
                *(.data)
        }
 
-       . = ALIGN(4);
-       __u_boot_cmd_start = .;
-       .u_boot_cmd : { *(.u_boot_cmd) }
-       __u_boot_cmd_end = .;
-
        . = ALIGN(4);
 
        .rel.dyn : {
@@ -72,7 +67,7 @@ SECTIONS
                __bss_start = .;
                *(.bss*)
                . = ALIGN(4);
-               __bss_end__ = .;
+               __bss_end = .;
        }
 
        _end = .;