From: Jaehoon Chung Date: Fri, 15 Oct 2010 00:21:23 +0000 (+0900) Subject: s5pc210: universal: add rootwait for SD-boot X-Git-Tag: v0.2~349 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=75970e256acd5377a352001f07ff2a13951ce4c6;p=kernel%2Fu-boot.git s5pc210: universal: add rootwait for SD-boot Signed-off-by: Jaehoon Chung --- diff --git a/include/configs/s5pc110_universal.h b/include/configs/s5pc110_universal.h index fa20e7a..45c2751 100644 --- a/include/configs/s5pc110_universal.h +++ b/include/configs/s5pc110_universal.h @@ -291,7 +291,7 @@ "mmcboot=set bootargs root=${mmcblk} rootfstype=${rootfstype}" \ CONFIG_UBI_MTD " ${opts} ${lcdinfo} " CONFIG_COMMON_BOOT "; run bootk\0" \ "bootchart=set opts init=/sbin/bootchartd; run bootcmd\0" \ - "sdboot=set bootargs root=/dev/mmcblk1p2 " CONFIG_COMMON_BOOT \ + "sdboot=set bootargs root=/dev/mmcblk1p2 rootwait " CONFIG_COMMON_BOOT \ CONFIG_UBI_MTD "; bootm 0x30007FC0\0" \ "verify=n\0" \ "rootfstype=cramfs\0" \ diff --git a/include/configs/s5pc210_universal.h b/include/configs/s5pc210_universal.h index cf1477b..2d9bfd6 100644 --- a/include/configs/s5pc210_universal.h +++ b/include/configs/s5pc210_universal.h @@ -286,7 +286,7 @@ "mmcboot=set bootargs root=${mmcblk} rootfstype=${rootfstype}" \ CONFIG_UBI_MTD " ${opts} ${lcdinfo} " CONFIG_COMMON_BOOT "; run bootk\0" \ "bootchart=set opts init=/sbin/bootchartd; run bootcmd\0" \ - "sdboot=set bootargs root=/dev/mmcblk1p2 rootdelay=1 " CONFIG_COMMON_BOOT \ + "sdboot=set bootargs root=/dev/mmcblk1p2 rootdelay=10 " CONFIG_COMMON_BOOT \ CONFIG_UBI_MTD "; bootm 0x40007FC0\0" \ "verify=n\0" \ "rootfstype=cramfs\0" \