From 008ec95054c170859e7a2dfdf87ce15e2e6cd017 Mon Sep 17 00:00:00 2001 From: Bernhard Walle Date: Tue, 3 Apr 2012 00:37:04 +0000 Subject: tricorder: Load kernel from ubifs Signed-off-by: Bernhard Walle --- include/configs/tricorder.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/include/configs/tricorder.h b/include/configs/tricorder.h index d826e19bd7..801a24fd88 100644 --- a/include/configs/tricorder.h +++ b/include/configs/tricorder.h @@ -182,7 +182,8 @@ "setenv bootargs ${bootargs} " \ "omapfb.mode=lcd:${lcdmode} " \ "omapdss.def_disp=${defaultdisplay} " \ - "root=ubi0:rootfs " \ + "root=ubi0:root " \ + "ubi.mtd=4 " \ "rootfstype=ubifs " \ "${kernelopts}\0" \ "loadbootscript=fatload mmc ${mmcdev} ${loadaddr} boot.scr\0" \ @@ -193,9 +194,13 @@ "mmcboot=echo Booting from mmc ...; " \ "run mmcargs; " \ "bootm ${loadaddr}\0" \ + "loaduimage_ubi=mtd default; " \ + "ubi part fs; " \ + "ubifsmount root; " \ + "ubifsload ${loadaddr} /boot/uImage\0" \ "nandboot=echo Booting from nand ...; " \ "run nandargs; " \ - "nand read ${loadaddr} 280000 400000; " \ + "run loaduimage_ubi; " \ "bootm ${loadaddr}\0" \ "autoboot=if mmc rescan ${mmcdev}; then " \ "if run loadbootscript; then " \ -- cgit v1.2.1