From 34eda68442aa9d48e9ff3e7b80a2a3db47cea319 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Wed, 13 Oct 2010 13:56:56 +0900 Subject: [PATCH] s5pc110: universal: bug fixed Signed-off-by: Jaehoon Chung --- include/configs/s5pc110_universal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/s5pc110_universal.h b/include/configs/s5pc110_universal.h index 2b8adc2..71509a8 100644 --- a/include/configs/s5pc110_universal.h +++ b/include/configs/s5pc110_universal.h @@ -300,7 +300,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/mmcblk0p2 " CONFIG_COMMON_BOOT \ + "sdboot=set bootargs root=/dev/mmcblk1p2 " CONFIG_COMMON_BOOT \ CONFIG_UBI_MTD "; bootm 0x30007FC0\0" \ "verify=n\0" \ "rootfstype=cramfs\0" \ -- 2.7.4