From 7f1f688ba3142582fdbdac54c583c04da6995836 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Wed, 13 Oct 2010 13:49:00 +0900 Subject: [PATCH] s5pc210: universal: add rootdelay for SD-boot 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 607b2fe..cf1477b 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 " CONFIG_COMMON_BOOT \ + "sdboot=set bootargs root=/dev/mmcblk1p2 rootdelay=1 " CONFIG_COMMON_BOOT \ CONFIG_UBI_MTD "; bootm 0x40007FC0\0" \ "verify=n\0" \ "rootfstype=cramfs\0" \ -- 2.7.4