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