mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-30 11:38:15 +00:00 
			
		
		
		
	This patch moves stm32 sources at one place, with this armv7m now contains only generic stuff. Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
		
			
				
	
	
		
			9 lines
		
	
	
		
			134 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			134 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| if STM32F4
 | |
| 
 | |
| config TARGET_STM32F429_DISCOVERY
 | |
| 	bool "STM32F429 Discovery board"
 | |
| 
 | |
| source "board/st/stm32f429-discovery/Kconfig"
 | |
| 
 | |
| endif
 |