summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-mx6/imx-rdc.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-02-21 12:56:16 (GMT)
committerTom Rini <trini@konsulko.com>2016-02-21 12:56:16 (GMT)
commit595af9db2422fa5ae734cfe615415b17a5098f34 (patch)
tree21a9287dd2998798c2dbb1613eefc7d5f5a58159 /arch/arm/include/asm/arch-mx6/imx-rdc.h
parent03bfc78359a2d749252b7dfdbff33898f6da0385 (diff)
parent35c4ce5e20d3d10d1089ba336a248896faed284c (diff)
downloadu-boot-595af9db2422fa5ae734cfe615415b17a5098f34.tar.xz
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Diffstat (limited to 'arch/arm/include/asm/arch-mx6/imx-rdc.h')
-rw-r--r--arch/arm/include/asm/arch-mx6/imx-rdc.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx6/imx-rdc.h b/arch/arm/include/asm/arch-mx6/imx-rdc.h
new file mode 100644
index 0000000..c4d3bb4
--- /dev/null
+++ b/arch/arm/include/asm/arch-mx6/imx-rdc.h
@@ -0,0 +1,16 @@
+/*
+ * Copyright (C) 2016 Freescale Semiconductor, Inc.
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef __IMX_RDC_H__
+#define __IMX_RDC_H__
+
+#if defined(CONFIG_MX6SX)
+#include "mx6sx_rdc.h"
+#else
+#error "Please select cpu"
+#endif /* CONFIG_MX6SX */
+
+#endif /* __IMX_RDC_H__*/