mtd: nand: remove the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZE
There is no reference to these two macros now. Just remove them. Signed-off-by: Huang Shijie <shijie8@gmail.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
This commit is contained in:
		
					parent
					
						
							
								f02ea4e6a4
							
						
					
				
			
			
				commit
				
					
						3f172cbdfb
					
				
			
		
					 1 changed files with 0 additions and 8 deletions
				
			
		| 
						 | 
					@ -51,14 +51,6 @@ extern int nand_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len);
 | 
				
			||||||
/* The maximum number of NAND chips in an array */
 | 
					/* The maximum number of NAND chips in an array */
 | 
				
			||||||
#define NAND_MAX_CHIPS		8
 | 
					#define NAND_MAX_CHIPS		8
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					 | 
				
			||||||
 * This constant declares the max. oobsize / page, which
 | 
					 | 
				
			||||||
 * is supported now. If you add a chip with bigger oobsize/page
 | 
					 | 
				
			||||||
 * adjust this accordingly.
 | 
					 | 
				
			||||||
 */
 | 
					 | 
				
			||||||
#define NAND_MAX_OOBSIZE	744
 | 
					 | 
				
			||||||
#define NAND_MAX_PAGESIZE	8192
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * Constants for hardware specific CLE/ALE/NCE function
 | 
					 * Constants for hardware specific CLE/ALE/NCE function
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue