summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mvebu/Makefile
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2015-04-20 07:31:27 (GMT)
committerLuka Perkov <luka.perkov@sartura.hr>2015-07-23 08:38:14 (GMT)
commitedb470253346f4a882ba9e891c8b102ce388b9cc (patch)
tree339a9b773b85f6f6780bcc75853838ca488f702d /arch/arm/mach-mvebu/Makefile
parent29b103c733f6c17ecf8ee8d66140254788e2bdda (diff)
downloadu-boot-fsl-qoriq-edb470253346f4a882ba9e891c8b102ce388b9cc.tar.xz
arm: mvebu: Add Armada 38x SERDES / PHY init code from Marvell bin_hdr
This code is ported from the Marvell bin_hdr code into mainline SPL U-Boot. It needs to be executed very early so that the devices connected to the serdes PHY are configured correctly. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/arm/mach-mvebu/Makefile')
-rw-r--r--arch/arm/mach-mvebu/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/Makefile b/arch/arm/mach-mvebu/Makefile
index 9cdbefd..446ce04 100644
--- a/arch/arm/mach-mvebu/Makefile
+++ b/arch/arm/mach-mvebu/Makefile
@@ -20,6 +20,7 @@ obj-y += timer.o
obj-$(CONFIG_SPL_BUILD) += spl.o
obj-$(CONFIG_SPL_BUILD) += lowlevel_spl.o
+obj-$(CONFIG_SYS_MVEBU_DDR_A38X) += serdes/a38x/
obj-$(CONFIG_SYS_MVEBU_DDR_AXP) += serdes/axp/
endif