summaryrefslogtreecommitdiffstats
path: root/arch/arm/mvebu-common/Makefile
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2015-01-19 11:33:41 +0100
committerLuka Perkov <luka.perkov@sartura.hr>2015-02-06 17:24:59 +0100
commit2e19cc316f38c56e3bbc127491bc8722c1b0386c (patch)
tree9ea971b8657fadfbedc858a6bfad7df303e7ba86 /arch/arm/mvebu-common/Makefile
parentb0f80b913f5a8aec8ba75093328ac17d178c3b95 (diff)
downloadtalos-obmc-uboot-2e19cc316f38c56e3bbc127491bc8722c1b0386c.tar.gz
talos-obmc-uboot-2e19cc316f38c56e3bbc127491bc8722c1b0386c.zip
arm: mvebu: Add Serdes PHY config code
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> Reviewed-by: Luka Perkov <luka.perkov@sartura.hr>
Diffstat (limited to 'arch/arm/mvebu-common/Makefile')
-rw-r--r--arch/arm/mvebu-common/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mvebu-common/Makefile b/arch/arm/mvebu-common/Makefile
index 9dcab6958c..de243feaab 100644
--- a/arch/arm/mvebu-common/Makefile
+++ b/arch/arm/mvebu-common/Makefile
@@ -10,3 +10,5 @@ obj-y = dram.o
obj-y += gpio.o
obj-$(CONFIG_ARMADA_XP) += mbus.o
obj-y += timer.o
+
+obj-y += serdes/
OpenPOWER on IntegriCloud