[U-Boot] [PATCH v2 1/1] Sheevaplug: Fix environments for booting retail system
Gérald Kerma
geraker at gmail.com
Fri Nov 19 17:56:40 CET 2010
---
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)," \
- "3m at 1m(kernel),1m at 4m(psm),13m at 5m(rootfs) rw\0"
+ "3m at 1m(kernel),1m at 4m(psm),507m at 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"
/*
* SDIO/MMC Card Configuration
--
1.7.1
More information about the U-Boot
mailing list