From 2e19cc316f38c56e3bbc127491bc8722c1b0386c Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Mon, 19 Jan 2015 11:33:41 +0100 Subject: 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 Reviewed-by: Luka Perkov --- arch/arm/mvebu-common/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm/mvebu-common/Makefile') 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/ -- cgit v1.2.1