On Tuesday 23 July 2013 08:00 PM, Felipe Balbi wrote:
Hi,

On Tue, Jul 23, 2013 at 07:53:06PM +0530, Sourav Poddar wrote:
@@ -311,7 +341,7 @@ int spi_flash_cmd_read_fast(struct spi_flash *flash, u32 
offset,
                        debug("SF: read failed\n");
                        break;
                }
-
+#endif
                offset += read_len;
                len -= read_len;
                data += read_len;
Elaborating a bit more on this,
There is a constrain on our hardware, which goes like this..

As soon as the words transfered is 4096 bytes, the CS gets deasserted
automatically.
constraint is 4096 *words*. If you're using anything other than 8-bits
per word, your statement doesn't make sense.

Yes, sorry. Its 4096 words.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to