]> git.sur5r.net Git - u-boot/blobdiff - board/shannon/u-boot.lds
Patch by Anders Larsen, 09 Jan 2004:
[u-boot] / board / shannon / u-boot.lds
index d1fe8aa6fcbe2d221174dfa9edfdf5dbff1d961e..bfb7c38cc89f799ab487fc80f65eb2140471c9d2 100644 (file)
@@ -44,15 +44,12 @@ 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_start = .;
        .bss : { *(.bss) }
-
-       armboot_end = .;
-
+       _end = .;
 }