]> git.sur5r.net Git - u-boot/blobdiff - board/netstar/u-boot.lds
fdt: Fix typo in variable name.
[u-boot] / board / netstar / u-boot.lds
index 8317f72d06d8a53a179fda2bcae721c18752907d..39646e6e85b3c6e0db710459a080a368d884d4b6 100644 (file)
@@ -50,6 +50,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) }
        _end = .;
 }