s5pc1xx: universal: set correct boot part size
authorMinkyu Kang <mk7.kang@samsung.com>
Fri, 9 Apr 2010 04:41:18 +0000 (13:41 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Fri, 9 Apr 2010 04:41:18 +0000 (13:41 +0900)
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
include/configs/s5pc1xx_universal.h

index 11da616..763b0e7 100644 (file)
 #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_UPDATEB "updateb=onenand erase 0x0 0x100000;" \
+                       " onenand write 0x32008000 0x0 0x100000\0"
 
 #define CONFIG_UBI_MTD " ubi.mtd=${ubiblock} ubi.mtd=3 ubi.mtd=6"