mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	armv8/ls1043aqds: fix qixis_reset command issue
Signed-off-by: Gong Qianyu <Qianyu.Gong@freescale.com> Reviewed-by: York Sun <york.sun@nxp.com>
This commit is contained in:
		
							parent
							
								
									98d9aa4013
								
							
						
					
					
						commit
						a4b7d68c64
					
				@ -212,7 +212,7 @@ unsigned long get_board_ddr_clk(void);
 | 
				
			|||||||
#define QIXIS_LBMAP_SHIFT		0
 | 
					#define QIXIS_LBMAP_SHIFT		0
 | 
				
			||||||
#define QIXIS_LBMAP_DFLTBANK		0x00
 | 
					#define QIXIS_LBMAP_DFLTBANK		0x00
 | 
				
			||||||
#define QIXIS_LBMAP_ALTBANK		0x04
 | 
					#define QIXIS_LBMAP_ALTBANK		0x04
 | 
				
			||||||
#define QIXIS_RST_CTL_RESET		0x44
 | 
					#define QIXIS_RST_CTL_RESET		0x41
 | 
				
			||||||
#define QIXIS_RCFG_CTL_RECONFIG_IDLE	0x20
 | 
					#define QIXIS_RCFG_CTL_RECONFIG_IDLE	0x20
 | 
				
			||||||
#define QIXIS_RCFG_CTL_RECONFIG_START	0x21
 | 
					#define QIXIS_RCFG_CTL_RECONFIG_START	0x21
 | 
				
			||||||
#define QIXIS_RCFG_CTL_WATCHDOG_ENBLE	0x08
 | 
					#define QIXIS_RCFG_CTL_WATCHDOG_ENBLE	0x08
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user