]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/smdk2400/u-boot.lds
Patch by Anders Larsen, 09 Jan 2004:
[karo-tx-uboot.git] / board / smdk2400 / u-boot.lds
index af3cd19a39b4bb4aa1964d6e9c16822911ab770a..76df6b2af1d39ec458525b35ebc7e8d83ef3ebf8 100644 (file)
@@ -45,15 +45,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 = .;
 }