mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	arm: the ARM920T is THUMB capable, so select the appropriate ISA
Signed-off-by: David Müller <d.mueller@elsoft.ch>
This commit is contained in:
		
							parent
							
								
									03a3a8aec8
								
							
						
					
					
						commit
						02499e4edc
					
				@ -9,7 +9,7 @@ endif
 | 
			
		||||
 | 
			
		||||
# This selects which instruction set is used.
 | 
			
		||||
arch-$(CONFIG_CPU_ARM720T)	=-march=armv4
 | 
			
		||||
arch-$(CONFIG_CPU_ARM920T)	=-march=armv4
 | 
			
		||||
arch-$(CONFIG_CPU_ARM920T)	=-march=armv4t
 | 
			
		||||
arch-$(CONFIG_CPU_ARM926EJS)	=-march=armv5te
 | 
			
		||||
arch-$(CONFIG_CPU_ARM946ES)	=-march=armv4
 | 
			
		||||
arch-$(CONFIG_CPU_SA1100)	=-march=armv4
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user