]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/RPXlite/u-boot.lds
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[karo-tx-uboot.git] / board / RPXlite / u-boot.lds
index 049f9901f71c51a853dc6e83957b069073630196..618a10c9a3cd837a79355a669a8c3e9363c1df8d 100644 (file)
@@ -130,7 +130,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)