diff options
author | Fabien Parent <fparent@baylibre.com> | 2016-11-29 13:23:38 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-12-03 18:21:13 (GMT) |
commit | cd895dcbe0e2ee538c5fd9664f3ca4a17f57d83c (patch) | |
tree | 4732178c8bfbcc6684316e39f55d4fa7192f9841 | |
parent | b31bf37a38a6cc4a0b358563d2b04680f198d3b9 (diff) | |
download | u-boot-cd895dcbe0e2ee538c5fd9664f3ca4a17f57d83c.tar.xz |
davinci: omapl138_lcdk: configure pll0
The SPL is not able to boot properly because the PLL0 is not
configured. Configure it.
Signed-off-by: Fabien Parent <fparent@baylibre.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | arch/arm/mach-davinci/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index cf4ee16..067b6c3 100644 --- a/arch/arm/mach-davinci/Kconfig +++ b/arch/arm/mach-davinci/Kconfig @@ -22,6 +22,7 @@ config TARGET_EA20 config TARGET_OMAPL138_LCDK bool "OMAPL138 LCDK" select SUPPORT_SPL + select SYS_DA850_PLL_INIT config TARGET_CALIMAIN bool "Calimain board" |