> -----Original Message----- > From: Gérald Kerma [mailto:[email protected]] > Sent: Friday, November 19, 2010 10:27 PM > To: Prafulla Wadaskar > Cc: [email protected]; Clint Adams > Subject: [PATCH v2 1/1] Sheevaplug: Fix environments for booting retail > system > > --- > include/configs/sheevaplug.h | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h > index 82e49c0..9f5f122 100644 > --- a/include/configs/sheevaplug.h > +++ b/include/configs/sheevaplug.h > @@ -83,13 +83,13 @@ > "${x_bootcmd_usb}; bootm 0x6400000;" > > #define CONFIG_MTDPARTS "orion_nand:512k(uboot)," \ > - "3...@1m(kernel),1...@4m(psm),1...@5m(rootfs) rw\0" > + "3...@1m(kernel),1...@4m(psm),5...@5m(rootfs) rw\0" > > #define CONFIG_EXTRA_ENV_SETTINGS "x_bootargs=console" \ > "=ttyS0,115200 mtdparts="CONFIG_MTDPARTS \ > "x_bootcmd_kernel=nand read 0x6400000 0x100000 0x300000\0" \ > "x_bootcmd_usb=usb start\0" \ > - "x_bootargs_root=root=/dev/mtdblock3 rw rootfstype=jffs2\0" > + "x_bootargs_root=ubi.mtd=3 root=ubi0:rootfs rootfstype=ubifs\0"
Ack, except, Null patch description, please repost with describing objective of this patch Regards.. Prafulla .. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

