mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-11-04 02:11:25 +01:00 
			
		
		
		
	ColdFire: Fix code flash configuration for M547x/M548x boards
Signed-off-by: Kurt Mahan <kmahan@freescale.com>
This commit is contained in:
		
							parent
							
								
									6e37091afc
								
							
						
					
					
						commit
						56d52615cd
					
				@ -303,9 +303,9 @@
 | 
			
		||||
#define CFG_CS0_CTRL		0x00101980
 | 
			
		||||
 | 
			
		||||
#ifdef CFG_NOR1SZ
 | 
			
		||||
#define CFG_CS1_BASE		0xF8000000
 | 
			
		||||
#define CFG_CS1_BASE		0xE0000000
 | 
			
		||||
#define CFG_CS1_MASK		(((CFG_NOR1SZ << 20) - 1) & 0xFFFF0001)
 | 
			
		||||
#define CFG_CS1_CTRL		0x00000D80
 | 
			
		||||
#define CFG_CS1_CTRL		0x00101D80
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#endif				/* _M5475EVB_H */
 | 
			
		||||
 | 
			
		||||
@ -289,9 +289,9 @@
 | 
			
		||||
#define CFG_CS0_CTRL		0x00101980
 | 
			
		||||
 | 
			
		||||
#ifdef CFG_NOR1SZ
 | 
			
		||||
#define CFG_CS1_BASE		0xF8000000
 | 
			
		||||
#define CFG_CS1_BASE		0xE0000000
 | 
			
		||||
#define CFG_CS1_MASK		(((CFG_NOR1SZ << 20) - 1) & 0xFFFF0001)
 | 
			
		||||
#define CFG_CS1_CTRL		0x00000D80
 | 
			
		||||
#define CFG_CS1_CTRL		0x00101D80
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#endif				/* _M5485EVB_H */
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user