]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/m5272c3/u-boot.lds
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[people/ms/u-boot.git] / board / m5272c3 / u-boot.lds
index f7dc0709040af5dca7a1ae029497bca26d768c36..29fe58941b4b2ccebbde0467e8cef7819628a389 100644 (file)
@@ -129,7 +129,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    _sbss = .;
    *(.sbss) *(.scommon)