summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2014-10-22 12:13:17 +0200
committerTom Rini <trini@ti.com>2014-10-23 09:59:21 -0400
commit41e5ee54e3502ca4854f16d69278698075946238 (patch)
tree085ff9014b9d605ab98c3d0e6b69ab5055bed610 /Makefile
parent6d5fe560a58d1156fd54bcc5bd147d31dc38410d (diff)
downloadtalos-obmc-uboot-41e5ee54e3502ca4854f16d69278698075946238.tar.gz
talos-obmc-uboot-41e5ee54e3502ca4854f16d69278698075946238.zip
arm: armada-xp: Add basic support for Marvell Armada XP SoC
This basic support for the Marvell Armada XP is base on the existing kirkwood support. Which has been generatized by moving some common files into common marvell locations. This is in preparation for the upcoming Armada XP MV78460 support. Signed-off-by: Stefan Roese <sr@denx.de> Tested-by: Luka Perkov <luka@openwrt.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4d54bd285c..25161e63f4 100644
--- a/Makefile
+++ b/Makefile
@@ -652,7 +652,7 @@ ifneq (,$(filter $(SOC), mx25 mx27 mx5 mx6 mx31 mx35 mxs vf610))
libs-y += arch/$(ARCH)/imx-common/
endif
-ifneq (,$(filter $(SOC), kirkwood))
+ifneq (,$(filter $(SOC), armada-xp kirkwood))
libs-y += arch/$(ARCH)/mvebu-common/
endif
OpenPOWER on IntegriCloud