projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b31bf37
)
davinci: omapl138_lcdk: configure pll0
author
Fabien Parent
<fparent@baylibre.com>
Tue, 29 Nov 2016 13:23:38 +0000
(14:23 +0100)
committer
Tom Rini
<trini@konsulko.com>
Sat, 3 Dec 2016 18:21:13 +0000
(13:21 -0500)
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>
arch/arm/mach-davinci/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-davinci/Kconfig
b/arch/arm/mach-davinci/Kconfig
index cf4ee166a537510300f529392308b53f4e8e507d..067b6c386b063cf07008e299ef40e0aa184c4e75 100644
(file)
--- 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"