mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 18:35:42 +01:00 
			
		
		
		
	nand: arasan_nfc: Clear ecc on bit while sending read command
Clear ecc ON bit while sending read command as all types of read command(like reading spare) doesnt need ECC to be enabled. It has been anyway taken care in other places whereever required using arasan_nand_enable_ecc(). Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
		
				
					committed by
					
						 Michal Simek
						Michal Simek
					
				
			
			
				
	
			
			
			
						parent
						
							cde28c8155
						
					
				
				
					commit
					02bcff2c56
				
			| @@ -853,6 +853,8 @@ static int arasan_nand_send_rdcmd(struct arasan_nand_command_format *curr_cmd, | ||||
| 		reg_val |= (page_val << ARASAN_NAND_CMD_PG_SIZE_SHIFT); | ||||
| 	} | ||||
|  | ||||
| 	reg_val &= ~ARASAN_NAND_CMD_ECC_ON_MASK; | ||||
|  | ||||
| 	reg_val &= ~ARASAN_NAND_CMD_ADDR_CYCL_MASK; | ||||
|  | ||||
| 	addr_cycles = arasan_nand_get_addrcycle(mtd); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user