85xx: convert STXGP3/STXSSA over to use new LAW init code
[oweals/u-boot.git] / board / smdk2410 / u-boot.lds
index 0cf076ace1267d4c4c92c4f759112adbdb5a3815..14cd22800bb7a1023e6d597b413fe63768f9e2a9 100644 (file)
@@ -45,16 +45,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 : { *(.bss) }
-
-       armboot_end = .;
-
+       __bss_start = .;
+       .bss (NOLOAD) : { *(.bss) }
+       _end = .;
 }