summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/Makefile
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2019-01-30 11:47:48 -0800
committerSascha Hauer <s.hauer@pengutronix.de>2019-02-11 10:37:34 +0100
commitecff6c2110d6b247200a46567edafdff10c87ee1 (patch)
treefd503023a29bd489c13b7bfd6bb3c6c0d2709be4 /arch/arm/boards/Makefile
parentbcb1e5420cc176cef5c1e2154e0a29894342a28d (diff)
downloadbarebox-ecff6c2110d6b247200a46567edafdff10c87ee1.tar.gz
barebox-ecff6c2110d6b247200a46567edafdff10c87ee1.tar.xz
ARM: i.MX: Add support for ZII i.MX8MQ based devices
Add support for the following ZII i.MX8MQ based boards: - ZII i.MX8MQ RMB3 - ZII i.MX8MQ Zest Most of the basic peripherals are supported by this patch. More advanced features such as PCIe, display support, etc, are planned to be added later. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/boards/Makefile')
-rw-r--r--arch/arm/boards/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boards/Makefile b/arch/arm/boards/Makefile
index b806f58bc1..3cea2e0e5d 100644
--- a/arch/arm/boards/Makefile
+++ b/arch/arm/boards/Makefile
@@ -157,6 +157,7 @@ obj-$(CONFIG_MACH_VF610_TWR) += freescale-vf610-twr/
obj-$(CONFIG_MACH_XILINX_ZCU104) += xilinx-zcu104/
obj-$(CONFIG_MACH_ZII_RDU1) += zii-imx51-rdu1/
obj-$(CONFIG_MACH_ZII_RDU2) += zii-imx6q-rdu2/
+obj-$(CONFIG_MACH_ZII_IMX8MQ_DEV) += zii-imx8mq-dev/
obj-$(CONFIG_MACH_ZII_VF610_DEV) += zii-vf610-dev/
obj-$(CONFIG_MACH_ZII_IMX7D_RPU2) += zii-imx7d-rpu2/
obj-$(CONFIG_MACH_WAGO_PFC_AM35XX) += wago-pfc-am35xx/