]> git.sur5r.net Git - u-boot/blobdiff - board/zylonite/u-boot.lds
powerpc: net: support for the SMSC LAN8700 PHY
[u-boot] / board / zylonite / u-boot.lds
index f0102391b342fedb1fa7970324776aa828629a11..7cf9fdf632db8cfd5d1b381a656216c8b55520b2 100644 (file)
@@ -51,6 +51,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) . = ALIGN(4); }
        _end = .;
 }