]> git.sur5r.net Git - u-boot/commitdiff
davinci: Enable DDR_INIT for DA8XX
authorLokesh Vutla <lokeshvutla@ti.com>
Fri, 16 Mar 2018 08:52:12 +0000 (14:22 +0530)
committerTom Rini <trini@konsulko.com>
Thu, 22 Mar 2018 20:32:31 +0000 (16:32 -0400)
Commit 6aa4ad8e3820 ("Convert CONFIG_SOC_DA8XX et al to Kconfig")
converted SOC_DA8XX to Kconfig but missed enabling DDR_INIT for
SOC_DA8XX, which broke OMAPL138 to boot.

Commit 2e87980580d0 ("davinci: Fix omapl138_lcdk builds") disabled
DDR_INIT for all DA850 SoCs. This failed all DA850 boards to boot
as ddr is not being initialized.

Enable SYS_DA850_DDR_INIT for DA8XX so that all DA850 and OMAPL138
will have ddr initialized

Fixes: 2e87980580d0 ("davinci: Fix omapl138_lcdk builds")
Fixes: 6aa4ad8e3820 ("Convert CONFIG_SOC_DA8XX et al to Kconfig")
Reported-by: Sekhar Nori <nsekhar@ti.com>
Tested-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: David Lechner <david@lechnology.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-davinci/Kconfig

index 30752839a3152999e7fbcaa21736010b7353c836..5e7baba3fe49a540b7ad41b86ebeded45785f208 100644 (file)
@@ -58,6 +58,7 @@ config SOC_DA850
 config SOC_DA8XX
        bool
        select SYS_DA850_PLL_INIT if SUPPORT_SPL || DA850_LOWLEVEL
+       select SYS_DA850_DDR_INIT if SUPPORT_SPL || DA850_LOWLEVEL
 
 config MACH_DAVINCI_DA850_EVM
        bool