85xx: convert STXGP3/STXSSA over to use new LAW init code
[oweals/u-boot.git] / board / smdk2410 / u-boot.lds
index 76df6b2af1d39ec458525b35ebc7e8d83ef3ebf8..14cd22800bb7a1023e6d597b413fe63768f9e2a9 100644 (file)
@@ -45,12 +45,13 @@ SECTIONS
        . = ALIGN(4);
        .got : { *(.got) }
 
+       . = .;
        __u_boot_cmd_start = .;
        .u_boot_cmd : { *(.u_boot_cmd) }
        __u_boot_cmd_end = .;
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) }
        _end = .;
 }