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>
11 lines
174 B
C
11 lines
174 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Copyright 2017 NXP
|
|
*/
|
|
|
|
#ifndef __ASM_ARCH_IMX8M_GPIO_H
|
|
#define __ASM_ARCH_IMX8M_GPIO_H
|
|
|
|
#include <asm/mach-imx/gpio.h>
|
|
|
|
#endif
|