
30 Jan
2009
30 Jan
'09
9:42 p.m.
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