mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 12:08:19 +00:00 
			
		
		
		
	- Provide a default Kconfig value of the default script - Largely continue to define this via the board Kconfig file - For the boards that select a script based on defconfig rather than TARGET, keep this within the defconfig. Signed-off-by: Tom Rini <trini@konsulko.com>
		
			
				
	
	
		
			16 lines
		
	
	
		
			225 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			225 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| if TARGET_PICO_IMX8MQ
 | |
| 
 | |
| config SYS_BOARD
 | |
| 	default "pico-imx8mq"
 | |
| 
 | |
| config SYS_VENDOR
 | |
| 	default "technexion"
 | |
| 
 | |
| config SYS_CONFIG_NAME
 | |
| 	default "pico-imx8mq"
 | |
| 
 | |
| config IMX_CONFIG
 | |
| 	default "arch/arm/mach-imx/imx8m/imximage.cfg"
 | |
| 
 | |
| endif
 |