mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 12:08:19 +00:00 
			
		
		
		
	- C++ comments
    - Trailing white space
    - Indentation not by TAB
    - Excessive amount of empty lines
    - Trailing empty lines
		
	
			
		
			
				
	
	
		
			7 lines
		
	
	
		
			74 B
		
	
	
	
		
			ArmAsm
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			74 B
		
	
	
	
		
			ArmAsm
		
	
	
	
	
	
| 	.section .resetvec,"ax"
 | |
| #ifndef FIXME
 | |
| #if 0
 | |
| 	b _start_e500
 | |
| #endif
 | |
| #endif
 |