From: jinmo.sung Date: Tue, 9 Feb 2010 12:36:23 +0000 (+0900) Subject: s5pc110: p1: change ubi.mtd X-Git-Tag: JB08_20100210~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=95164d8ef21b78ff68ba22c43357180b6c93d335;p=kernel%2Fu-boot.git s5pc110: p1: change ubi.mtd Signed-off-by: jinmo.sung --- diff --git a/include/configs/s5pc1xx_p1p2.h b/include/configs/s5pc1xx_p1p2.h index a810f4c..89e070c 100644 --- a/include/configs/s5pc1xx_p1p2.h +++ b/include/configs/s5pc1xx_p1p2.h @@ -171,13 +171,13 @@ " ${meminfo}" \ " ${mtdparts}" -#define CONFIG_BOOTARGS "root=/dev/mtdblock8 ubi.mtd=8 ubi.mtd=7 ubi.mtd=3" \ +#define CONFIG_BOOTARGS "root=/dev/mtdblock8 ubi.mtd=7 ubi.mtd=5" \ " 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=7 ubi.mtd=3" +#define CONFIG_UBI_MTD " ubi.mtd=${ubiblock} ubi.mtd=5" #define CONFIG_ENV_OVERWRITE