Title: [7149] branches/2009R1/arch/blackfin/mach-bf538/boards/ezkit.c: delete MAC Address partition of nor flash
Revision
7149
Author
bhsong
Date
2009-08-11 00:25:15 -0400 (Tue, 11 Aug 2009)

Log Message

delete MAC Address partition of nor flash

Modified Paths


Diff

Modified: branches/2009R1/arch/blackfin/mach-bf538/boards/ezkit.c (7148 => 7149)


--- branches/2009R1/arch/blackfin/mach-bf538/boards/ezkit.c	2009-08-11 04:20:31 UTC (rev 7148)
+++ branches/2009R1/arch/blackfin/mach-bf538/boards/ezkit.c	2009-08-11 04:25:15 UTC (rev 7149)
@@ -552,25 +552,9 @@
 		.size       = 0x180000,
 		.offset     = MTDPART_OFS_APPEND,
 	}, {
-#if defined(CONFIG_SMC91X) || defined(CONFIG_SMC91X_MODULE)
 		.name       = "file system(nor)",
-		.size       = 0x300000 - 0x40000 - 0x180000 - 0x10000,
-		.offset     = MTDPART_OFS_APPEND,
-	}, {
-		.name       = "MAC Address(nor)",
 		.size       = MTDPART_SIZ_FULL,
-		.offset     = 0x2F0000,
-		.mask_flags = MTD_WRITEABLE,
-#else
-		.name       = "file system(nor)",
-		.size       = 0x400000 - 0x40000 - 0x180000 - 0x10000,
 		.offset     = MTDPART_OFS_APPEND,
-	}, {
-		.name       = "MAC Address(nor)",
-		.size       = MTDPART_SIZ_FULL,
-		.offset     = 0x3F0000,
-		.mask_flags = MTD_WRITEABLE,
-#endif
 	}
 };
 
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to