> From: David Brownell <[EMAIL PROTECTED]>
>
> 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.

For x-loader you should use 4.  The size doesn't matter so much.  The ROM code 
will search for the 1 non-bad block sector in the first four sectors.

A porter of some of these things might try and use size thinking that was the 
requirement when that is not the whole story.  The geometry does matter here.

Regards,
Richard W.


--
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