On Friday 29 August 2008, Woodruff, Richard wrote:
> > Clean up the Beagle NAND config a bit:  use SZ_128K instead of
> > an arithmetic expression for the NAND block size.  Set the
> > NAND_BUSWIDTH_16 flag.  Make its init routine static.
> 
> 
> Actually, this was talked about before a bit and the SZ_xyz flags were left 
> out.
> 
> The point of telling the geometry in the addition was to be explicit
> about the number of sectors being used. 

So #define NAND_BLOCK_SIZE SZ_128K and use that symbol instead?

Frankly N*(64 * 2048) isn't very meaningful.  The comment at the
top already says everything is in units of blocks, but one is  left
to guess that "block" is "(64 * 2048)"...


--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to