summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2015-01-19 11:33:47 +0100
committerLuka Perkov <luka.perkov@sartura.hr>2015-02-06 17:24:43 +0100
commite7778ec153e279e451bf7c55c05c76e76b095875 (patch)
tree21d1e37f94d7c6a98a87d38333f86959f2ed20da /configs
parent2f20aa82f470c0f6b5592914b9c4c3fd07bcb722 (diff)
downloadtalos-obmc-uboot-e7778ec153e279e451bf7c55c05c76e76b095875.tar.gz
talos-obmc-uboot-e7778ec153e279e451bf7c55c05c76e76b095875.zip
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>
Diffstat (limited to 'configs')
-rw-r--r--configs/maxbcm_defconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/configs/maxbcm_defconfig b/configs/maxbcm_defconfig
index 4bcffd8c2d..219586a27d 100644
--- a/configs/maxbcm_defconfig
+++ b/configs/maxbcm_defconfig
@@ -1,2 +1,3 @@
-CONFIG_ARM=y
-CONFIG_TARGET_MAXBCM=y
+CONFIG_SPL=y
++S:CONFIG_ARM=y
++S:CONFIG_TARGET_MAXBCM=y
OpenPOWER on IntegriCloud