Commit 9e5610a99535723e83b7ddd02f0fd3fe36c86649

Authored by Barry Song
Committed by Mike Frysinger
1 parent ac0a5042be

Blackfin: bf52x/bf54x boards: drop unused nand page size

Now that the driver for the Blackfin on-chip NFC no longer uses/respects
the page_size from the platform resources (figures out the needs on the
fly), drop it from the platform resources.  This fixes some build errors
since the defines no longer exists.

Signed-off-by: Barry Song <barry.song@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>

Showing 5 changed files with 0 additions and 5 deletions Side-by-side Diff

arch/blackfin/mach-bf527/boards/cm_bf527.c
... ... @@ -145,7 +145,6 @@
145 145 };
146 146  
147 147 static struct bf5xx_nand_platform bf5xx_nand_platform = {
148   - .page_size = NFC_PG_SIZE_256,
149 148 .data_width = NFC_NWIDTH_8,
150 149 .partitions = partition_info,
151 150 .nr_partitions = ARRAY_SIZE(partition_info),
arch/blackfin/mach-bf527/boards/ezbrd.c
... ... @@ -149,7 +149,6 @@
149 149 };
150 150  
151 151 static struct bf5xx_nand_platform bf5xx_nand_platform = {
152   - .page_size = NFC_PG_SIZE_256,
153 152 .data_width = NFC_NWIDTH_8,
154 153 .partitions = partition_info,
155 154 .nr_partitions = ARRAY_SIZE(partition_info),
arch/blackfin/mach-bf527/boards/ezkit.c
... ... @@ -234,7 +234,6 @@
234 234 };
235 235  
236 236 static struct bf5xx_nand_platform bf5xx_nand_platform = {
237   - .page_size = NFC_PG_SIZE_256,
238 237 .data_width = NFC_NWIDTH_8,
239 238 .partitions = partition_info,
240 239 .nr_partitions = ARRAY_SIZE(partition_info),
arch/blackfin/mach-bf548/boards/cm_bf548.c
... ... @@ -706,7 +706,6 @@
706 706 };
707 707  
708 708 static struct bf5xx_nand_platform bf5xx_nand_platform = {
709   - .page_size = NFC_PG_SIZE_256,
710 709 .data_width = NFC_NWIDTH_8,
711 710 .partitions = partition_info,
712 711 .nr_partitions = ARRAY_SIZE(partition_info),
arch/blackfin/mach-bf548/boards/ezkit.c
... ... @@ -849,7 +849,6 @@
849 849 };
850 850  
851 851 static struct bf5xx_nand_platform bf5xx_nand_platform = {
852   - .page_size = NFC_PG_SIZE_256,
853 852 .data_width = NFC_NWIDTH_8,
854 853 .partitions = partition_info,
855 854 .nr_partitions = ARRAY_SIZE(partition_info),