[U-Boot] [PATCH]V3 NAND_SPL support for phycore imx31

Scott Wood scottwood at freescale.com
Fri Jan 30 21:42:31 CET 2009


On Wed, Jan 28, 2009 at 08:10:37AM +0300, Maxim Artamonov wrote:
>         V3 NAND_SPL support for phycore imx31
> 
>         This patch is applied on U-Boot v2008.10 release.

ACK the NAND bits (though I/O accessors should be used rather than direct
volatile dereferencing, and there are some minor code style issues); I'll
leave the ARM bits up to the ARM maintainer.

> +	nand_load (CFG_NAND_U_BOOT_OFFS, CFG_NAND_U_BOOT_SIZE, \
> +			   (uchar *)CFG_NAND_U_BOOT_DST);

Remove this backslash.

-Scott


More information about the U-Boot mailing list