]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/versatile/u-boot.lds
Code cleanup; make several boards compile & link.
[karo-tx-uboot.git] / board / versatile / u-boot.lds
index da679c2e5155e5a893cb8a1f8d5cbfe1ba87875e..33931be12773e399b6daf6c4cd627b2f8d8e567a 100644 (file)
@@ -43,8 +43,8 @@ SECTIONS
        .u_boot_cmd : { *(.u_boot_cmd) }
        __u_boot_cmd_end = .;
 
-       armboot_end_data = .;
        . = ALIGN(4);
+       __bss_start = .;
        .bss : { *(.bss) }
-       armboot_end = .;
+       _end = .;
 }