summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2015-06-04 16:42:41 +0530
committerTom Rini <trini@konsulko.com>2015-06-12 13:02:06 -0400
commitf91e0c4c773c9faeabf2d66a6b9fca54bb1b5ee2 (patch)
treef203934b87d11c92f97d2c18a00c521d46257d37 /include/configs
parent2cb3cccb8bfe93b4d862c82c41e0c9e7468e9c9b (diff)
downloadtalos-obmc-uboot-f91e0c4c773c9faeabf2d66a6b9fca54bb1b5ee2.tar.gz
talos-obmc-uboot-f91e0c4c773c9faeabf2d66a6b9fca54bb1b5ee2.zip
ARM: BeagleBoard-x15: Enable IO delay recalibration sequence
Enable IO delay recalibration sequence. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/beagle_x15.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/beagle_x15.h b/include/configs/beagle_x15.h
index 369f7b82e6..8d072c6ed0 100644
--- a/include/configs/beagle_x15.h
+++ b/include/configs/beagle_x15.h
@@ -14,6 +14,10 @@
#define CONFIG_AM57XX
+#ifdef CONFIG_SPL_BUILD
+#define CONFIG_IODELAY_RECALIBRATION
+#endif
+
#define CONFIG_NR_DRAM_BANKS 2
#define CONFIG_ENV_SIZE (64 << 10)
OpenPOWER on IntegriCloud