]> git.sur5r.net Git - u-boot/blobdiff - board/netstar/u-boot.lds
ppc4xx: Disable EEPROM write access on PMC440 boards
[u-boot] / board / netstar / u-boot.lds
index 8317f72d06d8a53a179fda2bcae721c18752907d..5823f62f74ac1b97273f61c26894c07b9361934e 100644 (file)
@@ -50,6 +50,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) . = ALIGN(4); }
        _end = .;
 }