]> git.sur5r.net Git - u-boot/blobdiff - board/lart/u-boot.lds
Blackfin: bf561-ezkit: drop redundant code
[u-boot] / board / lart / u-boot.lds
index b3f34ca90038394b7b67ee25fcde6e70674fad32..6bd06270a4f99f020b77e16b5753126bce03e59f 100644 (file)
@@ -44,14 +44,13 @@ SECTIONS
        . = ALIGN(4);
        .got : { *(.got) }
 
-  __u_boot_cmd_start = .;
-  .u_boot_cmd : { *(.u_boot_cmd) }
-  __u_boot_cmd_end = .;
-
-       armboot_end_data = .;
+       . = .;
+       __u_boot_cmd_start = .;
+       .u_boot_cmd : { *(.u_boot_cmd) }
+       __u_boot_cmd_end = .;
 
        . = ALIGN(4);
-       .bss : { *(.bss) }
-
-       armboot_end = .;
+       __bss_start = .;
+       .bss (NOLOAD) : { *(.bss) }
+       _end = .;
 }