Title: [8901] trunk/arch/blackfin: bug [#6061]: lost updates for some board files for:
- Revision
- 8901
- Author
- bhsong
- Date
- 2010-06-10 02:15:44 -0400 (Thu, 10 Jun 2010)
Log Message
bug [#6061]: lost updates for some board files for:
task [#6046]: delete wrong page_size field from bfin nand platform_data
page size is detected by matching id automatically, and ecc size/byte are decided by page size.
The origin codes misunderstood the meaning of page size.
Modified Paths
Diff
Modified: trunk/arch/blackfin/mach-bf527/boards/cm_bf527.c (8900 => 8901)
--- trunk/arch/blackfin/mach-bf527/boards/cm_bf527.c 2010-06-09 03:02:09 UTC (rev 8900)
+++ trunk/arch/blackfin/mach-bf527/boards/cm_bf527.c 2010-06-10 06:15:44 UTC (rev 8901)
@@ -145,7 +145,6 @@
};
static struct bf5xx_nand_platform bf5xx_nand_platform = {
- .page_size = NFC_PG_SIZE_256,
.data_width = NFC_NWIDTH_8,
.partitions = partition_info,
.nr_partitions = ARRAY_SIZE(partition_info),
Modified: trunk/arch/blackfin/mach-bf527/boards/ezkit.c (8900 => 8901)
--- trunk/arch/blackfin/mach-bf527/boards/ezkit.c 2010-06-09 03:02:09 UTC (rev 8900)
+++ trunk/arch/blackfin/mach-bf527/boards/ezkit.c 2010-06-10 06:15:44 UTC (rev 8901)
@@ -234,7 +234,6 @@
};
static struct bf5xx_nand_platform bf5xx_nand_platform = {
- .page_size = NFC_PG_SIZE_256,
.data_width = NFC_NWIDTH_8,
.partitions = partition_info,
.nr_partitions = ARRAY_SIZE(partition_info),
Modified: trunk/arch/blackfin/mach-bf548/boards/cm_bf548.c (8900 => 8901)
--- trunk/arch/blackfin/mach-bf548/boards/cm_bf548.c 2010-06-09 03:02:09 UTC (rev 8900)
+++ trunk/arch/blackfin/mach-bf548/boards/cm_bf548.c 2010-06-10 06:15:44 UTC (rev 8901)
@@ -706,7 +706,6 @@
};
static struct bf5xx_nand_platform bf5xx_nand_platform = {
- .page_size = NFC_PG_SIZE_256,
.data_width = NFC_NWIDTH_8,
.partitions = partition_info,
.nr_partitions = ARRAY_SIZE(partition_info),
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits