summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2015-04-20 09:28:12 +0200
committerLuka Perkov <luka.perkov@sartura.hr>2015-07-23 10:38:05 +0200
commit29b103c733f6c17ecf8ee8d66140254788e2bdda (patch)
tree783089f3655fb14cba2610da3e27211625553963 /board
parentc25012b9af1e217958ee74dc8d26742cec613860 (diff)
downloadtalos-obmc-uboot-29b103c733f6c17ecf8ee8d66140254788e2bdda.tar.gz
talos-obmc-uboot-29b103c733f6c17ecf8ee8d66140254788e2bdda.zip
arm: mvebu: serdes: Move Armada XP SERDES / PHY init code into new directory
With the upcoming addition of the Armada 38x SPL support, which is not compatible to the Armada XP SERDES init code, we need to introduce a new directory infrastructure. So lets move the AXP serdes init code into a new directory. This way the A38x code can be added in a clean way. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board')
-rw-r--r--board/maxbcm/maxbcm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/maxbcm/maxbcm.c b/board/maxbcm/maxbcm.c
index 2fbb90cfff..119ba4c6c8 100644
--- a/board/maxbcm/maxbcm.c
+++ b/board/maxbcm/maxbcm.c
@@ -11,8 +11,8 @@
#include <asm/arch/soc.h>
#include <linux/mbus.h>
-#include "../drivers/ddr/mvebu/ddr3_hw_training.h"
-#include "../arch/arm/mach-mvebu/serdes/high_speed_env_spec.h"
+#include "../drivers/ddr/marvell/axp/ddr3_hw_training.h"
+#include "../arch/arm/mach-mvebu/serdes/axp/high_speed_env_spec.h"
DECLARE_GLOBAL_DATA_PTR;
OpenPOWER on IntegriCloud