]> git.sur5r.net Git - u-boot/blobdiff - board/assabet/u-boot.lds
smdk6400: Use CONFIG_FLASH_CFI_DRIVER
[u-boot] / board / assabet / u-boot.lds
index 7a3a9b8fc86b14fbffc958c67e9b4a5c7dd483ff..3f52f04316a8ad3019c2e68c84130956ea6b017e 100644 (file)
@@ -53,6 +53,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) }
        _end = .;
 }