]> git.sur5r.net Git - u-boot/blobdiff - board/modnet50/u-boot.lds
elppc board: fix syntax error.
[u-boot] / board / modnet50 / u-boot.lds
index 5b70a40aab6f6267d375a42e330cd3a5724e54dc..b3c2bf95015ec27203ce173e16edff4d211180fc 100644 (file)
@@ -51,7 +51,7 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) }
        _end = .;
                                  /* Stabs debugging sections.    */
        .stab 0 : { *(.stab) }