From: Minkyu Kang Date: Mon, 8 Mar 2010 08:06:37 +0000 (+0900) Subject: s5pc1xx: universal: add ubi for modem X-Git-Tag: JC05_20100308 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=83d39e4d7d64752562d3b9d90d7b0a867a30d9d2;p=kernel%2Fu-boot.git s5pc1xx: universal: add ubi for modem Signed-off-by: Minkyu Kang --- diff --git a/include/configs/s5pc1xx_universal.h b/include/configs/s5pc1xx_universal.h index 1c791bb..495fa75 100644 --- a/include/configs/s5pc1xx_universal.h +++ b/include/configs/s5pc1xx_universal.h @@ -209,13 +209,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"