diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2015-06-04 16:42:41 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-06-12 13:02:06 -0400 |
commit | f91e0c4c773c9faeabf2d66a6b9fca54bb1b5ee2 (patch) | |
tree | f203934b87d11c92f97d2c18a00c521d46257d37 /include | |
parent | 2cb3cccb8bfe93b4d862c82c41e0c9e7468e9c9b (diff) | |
download | u-boot-imx-f91e0c4c773c9faeabf2d66a6b9fca54bb1b5ee2.zip u-boot-imx-f91e0c4c773c9faeabf2d66a6b9fca54bb1b5ee2.tar.gz u-boot-imx-f91e0c4c773c9faeabf2d66a6b9fca54bb1b5ee2.tar.bz2 |
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')
-rw-r--r-- | include/configs/beagle_x15.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/beagle_x15.h b/include/configs/beagle_x15.h index 369f7b8..8d072c6 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) |