]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/esd/ar405/u-boot.lds
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[karo-tx-uboot.git] / board / esd / ar405 / u-boot.lds
index 64293d21afb80c3569866113f09eab85ae828ade..ec1c2a0a93fe94561017c8e5a50f26cb57b297ce 100644 (file)
@@ -152,7 +152,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)