]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/pb1x00/u-boot.lds
Merge commit 'wd/master'
[karo-tx-uboot.git] / board / pb1x00 / u-boot.lds
index 363d974c48f527f84f96124af7b2175a04046d4c..1e1c5590d77a6fed6185fbe0cb514b24f0e6d3cf 100644 (file)
@@ -54,15 +54,17 @@ SECTIONS
 
        .sdata  : { *(.sdata) }
 
-       __u_boot_cmd_start = .;
-       .u_boot_cmd : { *(.u_boot_cmd) }
-       __u_boot_cmd_end = .;
+       .u_boot_cmd : {
+         __u_boot_cmd_start = .;
+         *(.u_boot_cmd)
+         __u_boot_cmd_end = .;
+       }
 
        uboot_end_data = .;
        num_got_entries = (__got_end - __got_start) >> 2;
 
        . = ALIGN(4);
-       .sbss  : { *(.sbss) }
-       .bss  : { *(.bss) }
+       .sbss (NOLOAD)  : { *(.sbss) }
+       .bss (NOLOAD)  : { *(.bss) }
        uboot_end = .;
 }