--- ti-davinci.org/drivers/mtd/nand/nand_davinci.c	2006-10-02 13:31:15.000000000 +0800
+++ ti-davinci/drivers/mtd/nand/nand_davinci.c	2006-11-29 09:06:54.000000000 +0800
@@ -139,12 +139,16 @@
  * Define partitions for flash device
  */
 static struct mtd_partition partition_info[] = {
-	{ name: "Flash Partition 0",
-	  offset: MTDPART_OFS_APPEND,
-	  size:   MTDPART_SIZ_FULL},
+	{ name: "Flash partition 0",
+	  offset: SZ_1M,
+	  size:   4 * SZ_1M},
+
+	{ name: "Flash partition 1",
+	  offset: 5 * SZ_1M,
+	  size:   59 * SZ_1M},
 };
 
-#define NUM_PARTITIONS           1
+#define NUM_PARTITIONS           2
 
 #define	MASK_CLE	0x10
 #define	MASK_ALE	0x0A
