aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/Makefile
diff options
context:
space:
mode:
authorPavel Machek <pavel@denx.de>2013-04-01 08:24:22 -0400
committerShawn Guo <shawn.guo@linaro.org>2013-04-09 10:53:37 -0400
commit8593a1a2e88a0b23d3bd626eee6519de9ee55938 (patch)
treeee933c5dc50e08c65f030c3a43d1aa25da40b178 /arch/arm/boot/dts/Makefile
parentbd3d924d71a45b88941b50ddaa77aadb2ae4ded7 (diff)
ARM: dts: MicroSys sbc6x support (i.MX6)
Add support for MicroSys sbc6x board. Signed-off-by: Pavel Machek <pavel@denx.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r--arch/arm/boot/dts/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index 2b4b9fb5b24b..0254495b6a0f 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -101,7 +101,8 @@ dtb-$(CONFIG_ARCH_MXC) += \
101 imx6q-arm2.dtb \ 101 imx6q-arm2.dtb \
102 imx6q-sabreauto.dtb \ 102 imx6q-sabreauto.dtb \
103 imx6q-sabrelite.dtb \ 103 imx6q-sabrelite.dtb \
104 imx6q-sabresd.dtb 104 imx6q-sabresd.dtb \
105 imx6q-sbc6x.dtb
105dtb-$(CONFIG_ARCH_MXS) += imx23-evk.dtb \ 106dtb-$(CONFIG_ARCH_MXS) += imx23-evk.dtb \
106 imx23-olinuxino.dtb \ 107 imx23-olinuxino.dtb \
107 imx23-stmp378x_devb.dtb \ 108 imx23-stmp378x_devb.dtb \