Hello,
using rootwait instead of rootdelay=5 saves 4s on boot here. It was
already proposed for the first time years ago [1], again last year [2]
and i think since then already some people is using it. So please apply :)
thanks,
riccardo
[1]
http://www.mail-archive.com/[email protected]/msg09929.html
[2]
http://lists.openmoko.org/pipermail/openmoko-kernel/2010-August/011150.html
diff --git a/configure-uboot.sh b/configure-uboot.sh
index 015acf2..3e84243 100755
--- a/configure-uboot.sh
+++ b/configure-uboot.sh
@@ -35,7 +35,7 @@ cat > uboot_menu.in <<'__END__'
bootcmd=
setenv bootargs
${bootargs_base} ${mtdparts}
- rootfstype=ext3 root=/dev/mmcblk0p2 rootdelay=5;
+ rootfstype=ext3 root=/dev/mmcblk0p2 rootwait;
mmcinit;
ext2load mmc 1 0x32000000 ${sd_image_name};
bootm 0x32000000
_______________________________________________
pkg-fso-maint mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-fso-maint