]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/mbx8xx/u-boot.lds
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[people/ms/u-boot.git] / board / mbx8xx / u-boot.lds
index 1400cea157e02241cc31ffc3049fecf539ffd14e..1d98973a52323e682487b754e06ea1723296b916 100644 (file)
@@ -118,7 +118,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)