xref: /rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx7/imx-rdc.h (revision 595af9db2422fa5ae734cfe615415b17a5098f34)
1*af013592SPeng Fan /*
2*af013592SPeng Fan  * Copyright (C) 2016 Freescale Semiconductor, Inc.
3*af013592SPeng Fan  *
4*af013592SPeng Fan  * SPDX-License-Identifier:  GPL-2.0+
5*af013592SPeng Fan  */
6*af013592SPeng Fan 
7*af013592SPeng Fan #ifndef __IMX_RDC_H__
8*af013592SPeng Fan #define __IMX_RDC_H__
9*af013592SPeng Fan 
10*af013592SPeng Fan #if defined(CONFIG_MX7D)
11*af013592SPeng Fan #include "mx7d_rdc.h"
12*af013592SPeng Fan #else
13*af013592SPeng Fan #error "Please select cpu"
14*af013592SPeng Fan #endif	/* CONFIG_MX7D */
15*af013592SPeng Fan 
16*af013592SPeng Fan #endif	/* __IMX_RDC_H__*/
17