mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 03:58:17 +00:00 
			
		
		
		
	This converts the following to Kconfig: CONFIG_SYS_USE_NORFLASH CONFIG_SYS_USE_BOOT_NORFLASH Signed-off-by: Tom Rini <trini@konsulko.com>
		
			
				
	
	
		
			16 lines
		
	
	
		
			226 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			226 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| if TARGET_AT91SAM9263EK
 | |
| 
 | |
| config SYS_BOARD
 | |
| 	default "at91sam9263ek"
 | |
| 
 | |
| config SYS_VENDOR
 | |
| 	default "atmel"
 | |
| 
 | |
| config SYS_CONFIG_NAME
 | |
| 	default "at91sam9263ek"
 | |
| 
 | |
| config SYS_USE_NORFLASH
 | |
| 	bool "Use the NOR flash on the platform"
 | |
| 
 | |
| endif
 |