mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
cd357ad112
Rename mx8m,MX8M to imx8m,IMX8M Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Jon Nettleton <jon@solid-run.com>
9 lines
204 B
C
9 lines
204 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Copyright 2017 NXP
|
|
*/
|
|
|
|
#ifndef _ASM_ARCH_IMX8M_CRM_REGS_H
|
|
#define _ASM_ARCH_IMX8M_CRM_REGS_H
|
|
/* Dummy header, some imx-common code needs this file */
|
|
#endif
|