mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 14:00:19 +00:00 
			
		
		
		
	This converts the following to Kconfig: CONFIG_SYS_BOOT_RAMDISK_HIGH Signed-off-by: Tom Rini <trini@konsulko.com>
		
			
				
	
	
		
			10 lines
		
	
	
		
			200 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			200 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* SPDX-License-Identifier: GPL-2.0+ */
 | 
						|
/*
 | 
						|
 * Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
 | 
						|
 */
 | 
						|
 | 
						|
#ifndef __ASM_ARC_CONFIG_H_
 | 
						|
#define __ASM_ARC_CONFIG_H_
 | 
						|
 | 
						|
#endif /*__ASM_ARC_CONFIG_H_ */
 |