SPDX: Convert all of our single license tags to Linux Kernel style
[oweals/u-boot.git] / arch / arm / include / asm / arch-mx6 / imx-rdc.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2016 Freescale Semiconductor, Inc.
4  */
5
6 #ifndef __IMX_RDC_H__
7 #define __IMX_RDC_H__
8
9 #if defined(CONFIG_MX6SX)
10 #include "mx6sx_rdc.h"
11 #else
12 #error "Please select cpu"
13 #endif /* CONFIG_MX6SX */
14
15 #endif  /* __IMX_RDC_H__*/