]> git.sur5r.net Git - u-boot/blobdiff - board/voiceblue/eeprom.lds
MPC5121e ADS PCI support take 3
[u-boot] / board / voiceblue / eeprom.lds
index 317550dbad02a915592c18d3ea418fb9badace66..89b0a8209cc6b2ac4733419bb6e21b7bf8619206 100644 (file)
@@ -46,6 +46,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) }
        _end = .;
 }