aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Makefile
diff options
context:
space:
mode:
authorMatthias Brugger <matthias.bgg@gmail.com>2014-05-12 19:06:13 -0400
committerMatthias Brugger <matthias.bgg@gmail.com>2014-07-22 11:52:37 -0400
commitf682a21854166d66e67606283dffd8d9fe31dbee (patch)
tree2e07eb052734bbafb310b2908a26c2a22b6b61aa /arch/arm/Makefile
parent7171511eaec5bf23fb06078f59784a3a0626b38f (diff)
arm: add basic support for Mediatek MT6589 boards
This adds a generic devicetree board file and a dtsi for boards based on MT6589 SoCs from Mediatek. Apart from the generic parts (gic, clocks) the only component currently supported are the timers. Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r--arch/arm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index 6721fab13734..1895de2ecc3c 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -172,6 +172,7 @@ machine-$(CONFIG_ARCH_MSM) += msm
172machine-$(CONFIG_ARCH_MV78XX0) += mv78xx0 172machine-$(CONFIG_ARCH_MV78XX0) += mv78xx0
173machine-$(CONFIG_ARCH_MVEBU) += mvebu 173machine-$(CONFIG_ARCH_MVEBU) += mvebu
174machine-$(CONFIG_ARCH_MXC) += imx 174machine-$(CONFIG_ARCH_MXC) += imx
175machine-$(CONFIG_ARCH_MEDIATEK) += mediatek
175machine-$(CONFIG_ARCH_MXS) += mxs 176machine-$(CONFIG_ARCH_MXS) += mxs
176machine-$(CONFIG_ARCH_NETX) += netx 177machine-$(CONFIG_ARCH_NETX) += netx
177machine-$(CONFIG_ARCH_NOMADIK) += nomadik 178machine-$(CONFIG_ARCH_NOMADIK) += nomadik