summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJonas Aaberg <jonas.aberg@stericsson.com>2010-09-13 10:35:07 +0200
committerMichael BRANDT <michael.brandt@stericsson.com>2010-10-12 15:10:24 +0200
commit3b615729359792fbe8675d9fbc13defa95df7531 (patch)
tree7ea8dbe6241e1665e8625cfdda83afd951292f1c /include
parent3084d7ca666715318fcd0b8a752f90cb6e967699 (diff)
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 <jonas.aberg@stericsson.com> Change-Id: Ic16cd6a44443ab73f92cdd94aebc7395ec861aeb Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/5811 Reviewed-by: Michael BRANDT <michael.brandt@stericsson.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/u8500.h2
1 files changed, 1 insertions, 1 deletions
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 ...; " \