diff options
author | Fabio Estevam <festevam@gmail.com> | 2020-09-11 14:40:32 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-09-13 05:15:58 +0200 |
commit | e8d992fb529ee96d920ee9a9223dd02679d05c62 (patch) | |
tree | f029e073afce3a9492095e8e0e95a7d434c3bbd2 /arch/arm/mach-imx/Makefile | |
parent | ARM: imx3: Remove imx3 soc_init() (diff) | |
download | linux-e8d992fb529ee96d920ee9a9223dd02679d05c62.tar.xz linux-e8d992fb529ee96d920ee9a9223dd02679d05c62.zip |
ARM: imx: Remove iomux-v3 board code
IMX_HAVE_IOMUX_V3 was only used by i.MX25/35 board files. Since the
board files users are gone, it is safe to remove iomux-v3 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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile index a976b120ad45..b3ebfa03c27f 100644 --- a/arch/arm/mach-imx/Makefile +++ b/arch/arm/mach-imx/Makefile @@ -11,8 +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_ARCH_MXC_IOMUX_V3) += iomux-v3.o - obj-$(CONFIG_MXC_TZIC) += tzic.o obj-$(CONFIG_MXC_AVIC) += avic.o |