mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 03:58:17 +00:00 
			
		
		
		
	These defines could be reused by i.MX8ULP, so move them to common header. Signed-off-by: Peng Fan <peng.fan@nxp.com>
		
			
				
	
	
		
			13 lines
		
	
	
		
			243 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			243 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* SPDX-License-Identifier: GPL-2.0+ */
 | |
| /*
 | |
|  * Copyright (C) 2016 Freescale Semiconductor, Inc.
 | |
|  */
 | |
| 
 | |
| #ifndef _SYS_PROTO_MX7ULP_H_
 | |
| #define _SYS_PROTO_MX7ULP_H_
 | |
| 
 | |
| #include <asm/mach-imx/sys_proto.h>
 | |
| 
 | |
| enum boot_device get_boot_device(void);
 | |
| #endif
 |