From c3a2647c7db3e3848264ac86e721098aeb201be4 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Fri, 15 Oct 2010 09:32:13 +0900 Subject: [PATCH] s5pc210: universal: fixed wrong paramenter Signed-off-by: Jaehoon Chung --- include/configs/s5pc210_universal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/s5pc210_universal.h b/include/configs/s5pc210_universal.h index 2d9bfd6..4f0004f 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=10 " CONFIG_COMMON_BOOT \ + "sdboot=set bootargs root=/dev/mmcblk1p2 rootwait " CONFIG_COMMON_BOOT \ CONFIG_UBI_MTD "; bootm 0x40007FC0\0" \ "verify=n\0" \ "rootfstype=cramfs\0" \ -- 2.7.4