]> git.sur5r.net Git - u-boot/blobdiff - board/wepep250/u-boot.lds
* Patch by Matthew S. McClintock, 14 Apr 2004:
[u-boot] / board / wepep250 / u-boot.lds
index 38ec25f3fb8b22357578595d67d4ef8bd47b4a0b..58c371df06b4942082297f0312084dbf09bc670c 100644 (file)
@@ -48,12 +48,8 @@ SECTIONS
        .u_boot_cmd : { *(.u_boot_cmd) }
        __u_boot_cmd_end = .;
 
-       armboot_end_data = .;
-
        . = ALIGN(4);
-       bss_start = .;
+       __bss_start = .;
        .bss : { *(.bss) }
-       bss_end = .;
-
-       armboot_end = .;
+       _end = .;
 }