mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-11-04 02:11:25 +01:00 
			
		
		
		
	Add i.IMXRT family basic support. Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
		
			
				
	
	
		
			12 lines
		
	
	
		
			207 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			207 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* SPDX-License-Identifier: GPL-2.0+ */
 | 
						|
/*
 | 
						|
 * Copyright (C) 2017 NXP
 | 
						|
 */
 | 
						|
 | 
						|
#ifndef _ASM_ARCH_SYS_PROTO_H
 | 
						|
#define _ASM_ARCH_SYS_PROTO_H
 | 
						|
 | 
						|
#include <asm/mach-imx/sys_proto.h>
 | 
						|
 | 
						|
#endif /* _ASM_ARCH_SYS_PROTO_H */
 |