mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-30 19:48:19 +00:00 
			
		
		
		
	when watchdog is on * Update baudrate in bd_info when it gets changed * Add watchdog trigger points while waiting for serial port (so far only 8xx -- needed on LWMON with 100ms watchdog) * Improve command line tool to access the U-Boot's environment (figuration of the utility, using a config file)
		
			
				
	
	
		
			8 lines
		
	
	
		
			284 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			284 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Configuration file for fw_(printenv/saveenv) utility.
 | |
| # Up to two entries are valid, in this case the redundand
 | |
| # environment sector is assumed present.
 | |
| 
 | |
| # MTD device name	Device offset	Env. size	Flash sector size
 | |
| /dev/mtd1		0x0000		0x4000		0x4000
 | |
| /dev/mtd2		0x0000		0x4000		0x4000
 |