summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2014-10-22 10:13:17 (GMT)
committerTom Rini <trini@ti.com>2014-10-23 13:59:21 (GMT)
commit41e5ee54e3502ca4854f16d69278698075946238 (patch)
tree085ff9014b9d605ab98c3d0e6b69ab5055bed610 /Makefile
parent6d5fe560a58d1156fd54bcc5bd147d31dc38410d (diff)
downloadu-boot-41e5ee54e3502ca4854f16d69278698075946238.tar.xz
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 4d54bd2..25161e6 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