**************************************************************
*mmap modifications to the at9260ek mach 
*to be compatible with the som-9260m
*mwelling 
*separated by NZG - 09/04/2007
*EMAC.Inc
**************************************************************
diff -uprN linux-2.6.20-at9260-e1.0-x/arch/arm/mach-at91rm9200/board-sam9260ek.c ../linux-2.6.20.AT91_e1.0-nsv/arch/arm/mach-at91rm9200/board-sam9260ek.c
--- linux-2.6.20-at9260-e1.0-x/arch/arm/mach-at91rm9200/board-sam9260ek.c	2007-09-04 12:37:19.000000000 -0400
+++ ../linux-2.6.20.AT91_e1.0-nsv/arch/arm/mach-at91rm9200/board-sam9260ek.c	2007-08-24 11:03:00.000000000 -0400
@@ -193,15 +193,25 @@ static struct __initdata at91_eth_data e
  */
 static struct mtd_partition __initdata ek_nand_partition[] = {
 	{
-		.name	= "Partition 1",
+		.name	= "Boot Partition",
 		.offset	= 0,
-		.size	= 256 * 1024,
+		.size	= 64 * 2 * 1024,
 	},
 	{
-		.name	= "Partition 2",
-		.offset	= 256 * 1024,
-		.size	= MTDPART_SIZ_FULL,
+		.name	= "UBoot Partition",
+		.offset	= 64 * 2 * 1024,
+		.size	= 64 * 14 * 1024,
 	},
+ 	{
+ 		.name	= "Kernel Partition",
+ 		.offset	= 64 * 16 * 1024,
+ 		.size	= 64 * 48 * 1024,
+ 	},
+ 	{
+ 		.name	= "Disk Partition",
+ 		.offset	= 64 * 64 * 1024,
+ 		.size	= 64 * 256 * 1024,
+ 	},
 };
 
 static struct mtd_partition *nand_partitions(int size, int *num_partitions)

