]> git.sur5r.net Git - u-boot/blobdiff - board/armadillo/u-boot.lds
smdk6400: Use CONFIG_FLASH_CFI_DRIVER
[u-boot] / board / armadillo / u-boot.lds
index 64d946c439210f6a58ece41c2838bea70d3a6498..418101ff866d410432b3f4aed294522ae70ca169 100644 (file)
@@ -50,6 +50,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) }
        _end = .;
 }