[U-Boot-Users] [PATCH 1/3] 83xx: nand support for MPC837XRDB boards

Scott Wood scottwood at freescale.com
Fri Mar 7 17:26:09 CET 2008


On Fri, Mar 07, 2008 at 06:04:54PM +0300, Anton Vorontsov wrote:
> +#define CFG_OR1_PRELIM		(0xFFFF8000 |		/* length 32K */ \
> +				 OR_FCM_CSCT | \
> +				 OR_FCM_CST | \
> +				 OR_FCM_CHT | \
> +				 OR_FCM_SCY_1 | \
> +				 OR_FCM_TRLX | \
> +				 OR_FCM_EHTR)

Are you sure that SCY_1 is correct?  The 8313erdb config sets it, and
it's too low -- I get errors if I don't increase it.  I don't know what
the minimal correct value should be, though.

-Scott




More information about the U-Boot mailing list