diff options
author | Oleksij Rempel <o.rempel@pengutronix.de> | 2018-07-03 09:12:47 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-07-03 15:17:57 +0800 |
commit | 1a1f919eb52ea1e63e135a478c5762b3d8b0935b (patch) | |
tree | d0334d345730c3c7b6dc685fa1cbbf4e322ed2f0 /arch/arm/mach-imx/Makefile | |
parent | d082852f40de5cf55a7a689bf582fced39f5443e (diff) | |
download | linux-1a1f919eb52ea1e63e135a478c5762b3d8b0935b.tar.gz linux-1a1f919eb52ea1e63e135a478c5762b3d8b0935b.tar.bz2 linux-1a1f919eb52ea1e63e135a478c5762b3d8b0935b.zip |
ARM: imx: Provide support for NXP i.MX7D Cortex-M4
Cortex M4 part can be started from a boot loader or over
Linux remoteproc framework.
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile index 127fdf3ff600..146ebf97b7eb 100644 --- a/arch/arm/mach-imx/Makefile +++ b/arch/arm/mach-imx/Makefile @@ -81,7 +81,8 @@ obj-$(CONFIG_SOC_IMX6SL) += mach-imx6sl.o obj-$(CONFIG_SOC_IMX6SLL) += mach-imx6sl.o obj-$(CONFIG_SOC_IMX6SX) += mach-imx6sx.o obj-$(CONFIG_SOC_IMX6UL) += mach-imx6ul.o -obj-$(CONFIG_SOC_IMX7D) += mach-imx7d.o +obj-$(CONFIG_SOC_IMX7D_CA7) += mach-imx7d.o +obj-$(CONFIG_SOC_IMX7D_CM4) += mach-imx7d-cm4.o ifeq ($(CONFIG_SUSPEND),y) AFLAGS_suspend-imx6.o :=-Wa,-march=armv7-a |