summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/armada-xp/Makefile
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2015-01-19 11:33:42 +0100
committerLuka Perkov <luka.perkov@sartura.hr>2015-02-06 17:24:56 +0100
commitb0f80b913f5a8aec8ba75093328ac17d178c3b95 (patch)
tree8ff1efd290cf4720365af982990358d86ca41555 /arch/arm/cpu/armv7/armada-xp/Makefile
parent0cf47862bf647690762c841e247fb5b097ca7316 (diff)
downloadblackbird-obmc-uboot-b0f80b913f5a8aec8ba75093328ac17d178c3b95.tar.gz
blackbird-obmc-uboot-b0f80b913f5a8aec8ba75093328ac17d178c3b95.zip
arm: armada-xp: Add SPL support used to include the DDR training code
This patch adds SPL support to the Marvell Armada-XP. With this addition the bin_hdr integration is not needed any more. The SPL will first initialize the serdes/PHY and the call the DDR setup and training code now integrated into mainline U-Boot. Signed-off-by: Stefan Roese <sr@denx.de> Reviewed-by: Luka Perkov <luka.perkov@sartura.hr>
Diffstat (limited to 'arch/arm/cpu/armv7/armada-xp/Makefile')
-rw-r--r--arch/arm/cpu/armv7/armada-xp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/armada-xp/Makefile b/arch/arm/cpu/armv7/armada-xp/Makefile
index 885dcee2e1..737159ba12 100644
--- a/arch/arm/cpu/armv7/armada-xp/Makefile
+++ b/arch/arm/cpu/armv7/armada-xp/Makefile
@@ -5,3 +5,5 @@
#
obj-y = cpu.o
+obj-$(CONFIG_SPL_BUILD) += spl.o
+obj-$(CONFIG_SPL_BUILD) += lowlevel_spl.o
OpenPOWER on IntegriCloud