From 3b615729359792fbe8675d9fbc13defa95df7531 Mon Sep 17 00:00:00 2001 From: Jonas Aaberg Date: Mon, 13 Sep 2010 10:35:07 +0200 Subject: u8500: Changed rootdelay=1 to rootwait Wait until for the device with root filesytem appears. (No matter if it takes 0s or 2h.) The result of this patch 1s faster boot. Change-Id: I1b0257bcde10da568ad50d6fc601759bc9823ed3 Signed-off-by: Jonas Aaberg Change-Id: Ic16cd6a44443ab73f92cdd94aebc7395ec861aeb Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/5811 Reviewed-by: Michael BRANDT --- include/configs/u8500.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/configs/u8500.h b/include/configs/u8500.h index 643a55b5f..ae5de323c 100644 --- a/include/configs/u8500.h +++ b/include/configs/u8500.h @@ -143,7 +143,7 @@ "startup_graphics=${startup_graphics}\0" \ "emmcargs=setenv bootargs ${bootargs} " \ "root=/dev/mmcblk0p2 " \ - "rootdelay=1\0" \ + "rootwait\0" \ "addcons=setenv bootargs ${bootargs} " \ "console=${console}\0" \ "emmcboot=echo Booting from eMMC ...; " \ -- cgit v1.2.3