y then.
I think it is pellucid. I still don't think it is very important.
- LiuShuo
M
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
于 2011年12月09日 16:27, Marek Vasut 写道:
于 2011年12月09日 00:37, Marek Vasut 写道:
Freescale FCM controller has a 2K size limitation of buffer RAM. In
order to support the Nand flash chip whose page size is larger than 2K
bytes, we read/write 2k data repeatedly by issuing FIR_OP_RB/FIR_OP_WB
and save the
st = ctrl->buffer + mtd->writesize + subpage * 64;
+ else
+ dst = ctrl->buffer + subpage * 2048;
subpage * len ?
dst = ctrl->buffer + (oob ? mtd->writesize : 0) + subpage * len ?
Is this important ? I think it is ok.
-LiuShuo
+
+ src = ctrl
3 matches
Mail list logo