Title: [7148] trunk/arch/blackfin/mach-bf538/boards/ezkit.c: delete MAC Address partition of nor flash
Revision
7148
Author
bhsong
Date
2009-08-11 00:20:31 -0400 (Tue, 11 Aug 2009)

Log Message

delete MAC Address partition of nor flash

Modified Paths


Diff

Modified: trunk/arch/blackfin/mach-bf538/boards/ezkit.c (7147 => 7148)


--- trunk/arch/blackfin/mach-bf538/boards/ezkit.c	2009-08-11 04:19:22 UTC (rev 7147)
+++ trunk/arch/blackfin/mach-bf538/boards/ezkit.c	2009-08-11 04:20:31 UTC (rev 7148)
@@ -573,25 +573,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