]> Git Repo - J-u-boot.git/blobdiff - board/voiceblue/eeprom.lds
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[J-u-boot.git] / board / voiceblue / eeprom.lds
index 317550dbad02a915592c18d3ea418fb9badace66..89b0a8209cc6b2ac4733419bb6e21b7bf8619206 100644 (file)
@@ -46,6 +46,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) }
        _end = .;
 }
This page took 0.02612 seconds and 4 git commands to generate.