From f4730e011ac7262e3006e1bb435dbe427fd76b1c Mon Sep 17 00:00:00 2001 From: "inbum.choi" Date: Tue, 9 Mar 2010 09:28:31 +0900 Subject: [PATCH] s5pc110:p1:adapt the new modem partition Signed-off-by: inbum.choi --- include/configs/s5pc1xx_p1p2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/s5pc1xx_p1p2.h b/include/configs/s5pc1xx_p1p2.h index 421b8ff..f0b02f4 100644 --- a/include/configs/s5pc1xx_p1p2.h +++ b/include/configs/s5pc1xx_p1p2.h @@ -170,13 +170,13 @@ #define CONFIG_COMMON_BOOT "${console} ${meminfo} ${mtdparts}" -#define CONFIG_BOOTARGS "root=/dev/mtdblock8 ubi.mtd=8 ubi.mtd=3" \ +#define CONFIG_BOOTARGS "root=/dev/mtdblock8 ubi.mtd=8 ubi.mtd=3 ubi.mtd=6" \ " rootfstype=cramfs " CONFIG_COMMON_BOOT #define CONFIG_UPDATEB "updateb=onenand erase 0x0 0x40000;" \ " onenand write 0x32008000 0x0 0x40000\0" -#define CONFIG_UBI_MTD " ubi.mtd=${ubiblock} ubi.mtd=3" +#define CONFIG_UBI_MTD " ubi.mtd=${ubiblock} ubi.mtd=3 ubi.mtd=6" #define CONFIG_UBIFS_OPTION "rootflags=bulk_read,no_chk_data_crc" -- 2.7.4