ppc4xx: Fix PMC440 BSP commands
[oweals/u-boot.git] / board / siemens / SMN42 / u-boot.lds
index 64d946c439210f6a58ece41c2838bea70d3a6498..418101ff866d410432b3f4aed294522ae70ca169 100644 (file)
@@ -50,6 +50,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) }
        _end = .;
 }