ARM: tegra: remove wrong dependency on SPL_BUILD
SPL_BUILD is not a CONFIG in Kconfig, so !SPL_BUILD is always true. Reviewed-by: Alexander Graf <agraf@suse.de> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
		
							parent
							
								
									4667c83365
								
							
						
					
					
						commit
						55a65e6187
					
				| 
						 | 
				
			
			@ -6,8 +6,8 @@ choice
 | 
			
		|||
 | 
			
		||||
config TARGET_JETSON_TK1
 | 
			
		||||
	bool "NVIDIA Tegra124 Jetson TK1 board"
 | 
			
		||||
	select CPU_V7_HAS_NONSEC if !SPL_BUILD
 | 
			
		||||
	select CPU_V7_HAS_VIRT if !SPL_BUILD
 | 
			
		||||
	select CPU_V7_HAS_NONSEC
 | 
			
		||||
	select CPU_V7_HAS_VIRT
 | 
			
		||||
 | 
			
		||||
config TARGET_CEI_TK1_SOM
 | 
			
		||||
	bool "Colorado Engineering Inc Tegra124 TK1-som board"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue