mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-11-04 02:11:25 +01:00 
			
		
		
		
	The real entry point is _start_e500. There is no _start symbol at all. So rename _start_e500 to _start for convension that _start symbol is used as entry point. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
		
			
				
	
	
		
			3 lines
		
	
	
		
			35 B
		
	
	
	
		
			ArmAsm
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			35 B
		
	
	
	
		
			ArmAsm
		
	
	
	
	
	
	.section .resetvec,"ax"
 | 
						|
	b _start
 |