mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	Fix sysclock for TQM8540 and TQM8560 boards
Patch by Martin Krause, 25 Jul 2005
This commit is contained in:
		
							parent
							
								
									c7db9a3805
								
							
						
					
					
						commit
						94085698d0
					
				@ -2,6 +2,9 @@
 | 
			
		||||
Changes for U-Boot 1.1.4:
 | 
			
		||||
======================================================================
 | 
			
		||||
 | 
			
		||||
* Fix sysclock for TQM8540 and TQM8560 boards
 | 
			
		||||
  Patch by Martin Krause, 25 Jul 2005
 | 
			
		||||
 | 
			
		||||
* Initialize serial# and ethaddr from manufacturer data in EEPROM on CMC-PU2
 | 
			
		||||
  Patch by Martin Krause, 08 Jun 2005
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -62,7 +62,7 @@
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#ifndef CONFIG_SYS_CLK_FREQ
 | 
			
		||||
#define CONFIG_SYS_CLK_FREQ	33000000
 | 
			
		||||
#define CONFIG_SYS_CLK_FREQ	33333333
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 | 
			
		||||
@ -62,7 +62,7 @@
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#ifndef CONFIG_SYS_CLK_FREQ
 | 
			
		||||
#define CONFIG_SYS_CLK_FREQ	33000000
 | 
			
		||||
#define CONFIG_SYS_CLK_FREQ	33333333
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user