arm: maxbcm: Enable SPL to include DDR training code into U-Boot

This patch adds SPL support to the maxbcm MV78460 based board. Including
the fixed DDR configuratrion needed for the DDR training code. And the
the serdes PHY init code.

Signed-off-by: Stefan Roese <sr@denx.de>
Reviewed-by: Luka Perkov <luka.perkov@sartura.hr>
This commit is contained in:
Stefan Roese
2015-01-19 11:33:47 +01:00
committed by Luka Perkov
parent 2f20aa82f4
commit e7778ec153
6 changed files with 136 additions and 5 deletions

View File

@@ -1,2 +1,3 @@
CONFIG_ARM=y
CONFIG_TARGET_MAXBCM=y
CONFIG_SPL=y
+S:CONFIG_ARM=y
+S:CONFIG_TARGET_MAXBCM=y