summaryrefslogtreecommitdiff
path: root/arch/arm/mach-davinci
diff options
context:
space:
mode:
authorFabien Parent <fparent@baylibre.com>2016-11-29 13:23:39 (GMT)
committerTom Rini <trini@konsulko.com>2016-12-03 18:21:14 (GMT)
commita5ab44f69bc4809cfaeea2fdb4e391dc828f49a1 (patch)
treee5b0aaf689e676cc427d5a356649866ff550713a /arch/arm/mach-davinci
parentcd895dcbe0e2ee538c5fd9664f3ca4a17f57d83c (diff)
downloadu-boot-fsl-qoriq-a5ab44f69bc4809cfaeea2fdb4e391dc828f49a1.tar.xz
davinci: omapl138_lcdk: configure ddr2
The SPL is unable to load u-boot because the DDR2 is not configured. Configure the DDR2. Signed-off-by: Fabien Parent <fparent@baylibre.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-davinci')
-rw-r--r--arch/arm/mach-davinci/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig
index 067b6c3..c593dad 100644
--- a/arch/arm/mach-davinci/Kconfig
+++ b/arch/arm/mach-davinci/Kconfig
@@ -23,6 +23,7 @@ config TARGET_OMAPL138_LCDK
bool "OMAPL138 LCDK"
select SUPPORT_SPL
select SYS_DA850_PLL_INIT
+ select SYS_DA850_DDR_INIT
config TARGET_CALIMAIN
bool "Calimain board"