diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2015-06-16 20:36:05 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-06-19 16:46:49 -0400 |
commit | 334bbb387f2d369f4cf0b28173f0764c8316fd5b (patch) | |
tree | e02d44894c493064b011e80a7ed5e87736bea053 /include/configs | |
parent | f4787eab135d31a097a0ec6fbf0b4876d548bf60 (diff) | |
download | u-boot-imx-334bbb387f2d369f4cf0b28173f0764c8316fd5b.zip u-boot-imx-334bbb387f2d369f4cf0b28173f0764c8316fd5b.tar.gz u-boot-imx-334bbb387f2d369f4cf0b28173f0764c8316fd5b.tar.bz2 |
ARM: BeagleBoard-X15: Enable VTT regulator
BeagleBoard-X15 uses a vtt regulator for DDR3 termination
and this is controlled by gpio7_11. Configuring gpio7_11.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/beagle_x15.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/beagle_x15.h b/include/configs/beagle_x15.h index 8d072c6..c5dde99 100644 --- a/include/configs/beagle_x15.h +++ b/include/configs/beagle_x15.h @@ -18,6 +18,8 @@ #define CONFIG_IODELAY_RECALIBRATION #endif +#define CONFIG_BOARD_EARLY_INIT_F + #define CONFIG_NR_DRAM_BANKS 2 #define CONFIG_ENV_SIZE (64 << 10) |