Prepare v2023.10
[platform/kernel/u-boot.git] / arch / arm / include / asm / arch-mx7 / 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_MX7D)
10 #include "mx7d_rdc.h"
11 #else
12 #error "Please select cpu"
13 #endif  /* CONFIG_MX7D */
14
15 #endif  /* __IMX_RDC_H__*/