Re: [U-Boot] [PATCH V7 2/5] omap-common: Add NAND SPL linux booting

2011-12-06 Thread Tom Rini
On Mon, Oct 31, 2011 at 9:23 AM, Simon Schwarz wrote: > From: Simon Schwarz > > This implements booting of Linux from NAND in SPL [snip] > +               /* load parameter image */ > +               /* load to temp position since nand_spl_load_image reads > +                * a whole block which

[U-Boot] [PATCH V7 2/5] omap-common: Add NAND SPL linux booting

2011-10-31 Thread Simon Schwarz
From: Simon Schwarz This implements booting of Linux from NAND in SPL Related config parameters: CONFIG_SYS_NAND_SPL_KERNEL_OFFS Offset in NAND of direct boot kernel image to use in SPL CONFIG_SYS_SPL_ARGS_ADDR Address where the kernel boot arguments are expected - this is