Patch by Anders Larsen, 09 Jan 2004:
[kernel/u-boot.git] / board / omap1610inn / u-boot.lds
index cab0080..eee4813 100644 (file)
@@ -44,8 +44,8 @@ SECTIONS
        .u_boot_cmd : { *(.u_boot_cmd) }
        __u_boot_cmd_end = .;
 
-       armboot_end_data = .;
        . = ALIGN(4);
+       __bss_start = .;
        .bss : { *(.bss) }
-       armboot_end = .;
+       _end = .;
 }