]> Git Repo - J-u-boot.git/blobdiff - board/m5282evb/u-boot.lds
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[J-u-boot.git] / board / m5282evb / u-boot.lds
index c461d20e51817d053c2ae842f7dc46dc8b209a82..95425985be70a01317b95eafa9a797f522dfa621 100644 (file)
@@ -128,7 +128,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    _sbss = .;
    *(.sbss) *(.scommon)
This page took 0.027325 seconds and 4 git commands to generate.