mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	MPC8360ERDK: fix incorrect initialization of CFG_I2C_NOPROBES
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
		
							parent
							
								
									08e99e1dd0
								
							
						
					
					
						commit
						2b2f43ed6a
					
				@ -241,7 +241,7 @@
 | 
			
		||||
#define CONFIG_I2C_CMD_TREE
 | 
			
		||||
#define CFG_I2C_SPEED	400000	/* I2C speed and slave address */
 | 
			
		||||
#define CFG_I2C_SLAVE	0x7F
 | 
			
		||||
#define CFG_I2C_NOPROBES	{0x52} /* Don't probe these addrs */
 | 
			
		||||
#define CFG_I2C_NOPROBES	{{0x52}} /* Don't probe these addrs */
 | 
			
		||||
#define CFG_I2C_OFFSET	0x3000
 | 
			
		||||
#define CFG_I2C2_OFFSET 0x3100
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user