Merge with git://www.denx.de/git/u-boot.git
[oweals/u-boot.git] / board / innokom / u-boot.lds
index 1130013d361dee16c716c9a15cb05092be81fbca..f0102391b342fedb1fa7970324776aa828629a11 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 = .;
+       . = .;
+       __u_boot_cmd_start = .;
+       .u_boot_cmd : { *(.u_boot_cmd) }
+       __u_boot_cmd_end = .;
 
        . = ALIGN(4);
-       bss_start = .;
+       __bss_start = .;
        .bss : { *(.bss) }
-       bss_end = .;
-
-       armboot_end = .;
+       _end = .;
 }