mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 03:58:17 +00:00 
			
		
		
		
	Migrate all of the existing OS support options that are under CONFIG_BOOTM_* to Kconfig. Signed-off-by: Tom Rini <trini@konsulko.com>
		
			
				
	
	
		
			13 lines
		
	
	
		
			208 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			208 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /*
 | |
|  * config_defaults.h - sane defaults for everyone
 | |
|  *
 | |
|  * Copyright (c) 2009 Analog Devices Inc.
 | |
|  *
 | |
|  * Licensed under the GPL-2 or later.
 | |
|  */
 | |
| 
 | |
| #ifndef _CONFIG_DEFAULTS_H_
 | |
| #define _CONFIG_DEFAULTS_H_
 | |
| 
 | |
| #endif
 |