mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	- remove trailing white space, trailing empty lines, C++ comments, etc.
  - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)
* Patches by Kenneth Johansson, 25 Jun 2003:
  - major rework of command structure
    (work done mostly by Michal Cendrowski and Joakim Kristiansen)
		
	
			
		
			
				
	
	
		
			13 lines
		
	
	
		
			249 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			249 B
		
	
	
	
		
			C
		
	
	
	
	
	
/************************************************
 | 
						|
 * NAME	    : arm920t.h
 | 
						|
 * Version  : 30 April 2002			*
 | 
						|
 *
 | 
						|
 * empty for now
 | 
						|
 ************************************************/
 | 
						|
 | 
						|
#ifndef __ARM920T_H__
 | 
						|
#define __ARM920T_H__
 | 
						|
 | 
						|
 | 
						|
#endif /*__ARM920T_H__*/
 |