Dear Prafulla Wadaskar,

In message <[email protected]> 
you wrote:
> > 
> > > +#define CONFIG_MTDPARTS                  
> > "orion_nand:512k(uboot),"   \
> > > + "1...@4m(psm), 3...@1m(kernel),1...@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 "3...@1m(kernel)", i. e. write:

        "1...@4m(psm),3...@1m(kernel),1...@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: [email protected]
The high cost of living hasn't affected its popularity.
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to