summaryrefslogtreecommitdiffstats
path: root/include/configs/dra7xx_evm.h
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2015-06-04 16:42:38 +0530
committerTom Rini <trini@konsulko.com>2015-06-12 13:02:06 -0400
commit706dd3489391ffc4d1e7e84f7401b7f34b699d6f (patch)
treed6cc59d45075f1fc5838859b1800bcf5ad8c6dad /include/configs/dra7xx_evm.h
parent71bed1855ff1f0b9702ecedd1ece486ebc915779 (diff)
downloadtalos-obmc-uboot-706dd3489391ffc4d1e7e84f7401b7f34b699d6f.tar.gz
talos-obmc-uboot-706dd3489391ffc4d1e7e84f7401b7f34b699d6f.zip
ARM: DRA7-evm: Enable IO delay recalibration sequence
Enabling IO delay recalibration sequence for DRA7 EVM. UART and I2C are configured before IO delay recalibration sequence as these are used earlier and safe to use. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'include/configs/dra7xx_evm.h')
-rw-r--r--include/configs/dra7xx_evm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h
index 77edc21d9c..afcc36bb25 100644
--- a/include/configs/dra7xx_evm.h
+++ b/include/configs/dra7xx_evm.h
@@ -15,6 +15,10 @@
#define CONFIG_DRA7XX
#define CONFIG_BOARD_EARLY_INIT_F
+#ifdef CONFIG_SPL_BUILD
+#define CONFIG_IODELAY_RECALIBRATION
+#endif
+
#ifndef CONFIG_QSPI_BOOT
/* MMC ENV related defines */
#define CONFIG_ENV_IS_IN_MMC
OpenPOWER on IntegriCloud