[U-Boot] [PATCH] Marvell Sheevaplug Board support

Wolfgang Denk wd at denx.de
Fri May 22 17:22:29 CEST 2009


Dear Prafulla Wadaskar,

In message <73173D32E9439E4ABB5151606C3E19E201CF9E688B at SC-VEXCH1.marvell.com> you wrote:
> > 
> > > +#define CONFIG_MTDPARTS			
> > "orion_nand:512k(uboot),"	\
> > > +	"1m at 4m(psm), 3m at 1m(kernel),13m at 5m(rootfs) rw\0"
> > 
> > This will not work. The embedded space is not allowed.
> These are the parameters will be passed to the kernel
> I didn't understand what will not work.

The Linux kernel will not be able to parse this.

> Can you pls explain this?

Please remove the space before "3m at 1m(kernel)", i. e. write:

	"1m at 4m(psm),3m at 1m(kernel),13m at 5m(rootfs) rw\0"

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The high cost of living hasn't affected its popularity.


More information about the U-Boot mailing list