mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	This converts the following to Kconfig: CONFIG_ARCH_EARLY_INIT_R Signed-off-by: Simon Glass <sjg@chromium.org>
		
			
				
	
	
		
			15 lines
		
	
	
		
			258 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			258 B
		
	
	
	
		
			C
		
	
	
	
	
	
/*
 | 
						|
 * Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
 | 
						|
 *
 | 
						|
 * SPDX-License-Identifier:	GPL-2.0+
 | 
						|
 */
 | 
						|
 | 
						|
#ifndef __ASM_ARC_CONFIG_H_
 | 
						|
#define __ASM_ARC_CONFIG_H_
 | 
						|
 | 
						|
#define CONFIG_SYS_BOOT_RAMDISK_HIGH
 | 
						|
 | 
						|
#define CONFIG_LMB
 | 
						|
 | 
						|
#endif /*__ASM_ARC_CONFIG_H_ */
 |