mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 18:35:42 +01:00 
			
		
		
		
	mtd: nand: Drop unused cached programming support
Cached programming is always skipped, so drop the associated code until we decide to really support it. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> [Linux commit: 0b4773fd1649e0d418275557723a7ef54f769dc9] [masahiro: modify davinci_nand.c for U-Boot] Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
		
				
					committed by
					
						 Masahiro Yamada
						Masahiro Yamada
					
				
			
			
				
	
			
			
			
						parent
						
							13f3b04f61
						
					
				
				
					commit
					4d75596e6d
				
			| @@ -849,7 +849,7 @@ struct nand_chip { | ||||
| 			int status, int page); | ||||
| 	int (*write_page)(struct mtd_info *mtd, struct nand_chip *chip, | ||||
| 			uint32_t offset, int data_len, const uint8_t *buf, | ||||
| 			int oob_required, int page, int cached, int raw); | ||||
| 			int oob_required, int page, int raw); | ||||
| 	int (*onfi_set_features)(struct mtd_info *mtd, struct nand_chip *chip, | ||||
| 			int feature_addr, uint8_t *subfeature_para); | ||||
| 	int (*onfi_get_features)(struct mtd_info *mtd, struct nand_chip *chip, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user