]> git.sur5r.net Git - u-boot/blobdiff - board/ixdp425/u-boot.lds
Merge with /home/wd/git/u-boot/master
[u-boot] / board / ixdp425 / u-boot.lds
index cd44eb9062adebf5c451412a0367790fdbb520a4..e2ceac7227cbc320e87375020205585a5fdc539a 100644 (file)
@@ -44,16 +44,13 @@ SECTIONS
        . = ALIGN(4);
        .got : { *(.got) }
 
+       . = .;
        __u_boot_cmd_start = .;
        .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 = .;
 }