diff options
author | Fabio Estevam <festevam@gmail.com> | 2020-09-11 09:40:27 -0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-09-13 11:15:43 +0800 |
commit | eeae56887bc69bd96025be8117cccacd5cec0f6c (patch) | |
tree | a5b367c45b0802bb0326e6c764dd8c89f29d9d44 /arch/arm/mach-imx/Makefile | |
parent | 24e0729703babd424b63c0fd6d722687a3e8c079 (diff) | |
download | linux-eeae56887bc69bd96025be8117cccacd5cec0f6c.tar.bz2 |
ARM: imx27: Remove iomux-v1 board code
IMX_HAVE_IOMUX_V1 was only used by i.MX27 board files. Since the
board files users are gone, it is safe to remove iomux-v1 related
code.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/mach-imx/Makefile')
-rw-r--r-- | arch/arm/mach-imx/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile index ca35d3e4cab4..7fe3060c300e 100644 --- a/arch/arm/mach-imx/Makefile +++ b/arch/arm/mach-imx/Makefile @@ -11,7 +11,6 @@ obj-$(CONFIG_SOC_IMX35) += mm-imx3.o cpu-imx35.o mach-imx35.o imx5-pm-$(CONFIG_PM) += pm-imx5.o obj-$(CONFIG_SOC_IMX5) += cpu-imx5.o $(imx5-pm-y) -obj-$(CONFIG_IMX_HAVE_IOMUX_V1) += iomux-v1.o obj-$(CONFIG_ARCH_MXC_IOMUX_V3) += iomux-v3.o obj-$(CONFIG_MXC_TZIC) += tzic.o |