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:
d090cba
)
stm32mp1: activate MISC support in SPL
author
Patrick Delaunay
<patrick.delaunay@st.com>
Mon, 9 Jul 2018 13:17:21 +0000
(15:17 +0200)
committer
Tom Rini
<trini@konsulko.com>
Fri, 20 Jul 2018 19:55:05 +0000
(15:55 -0400)
needed for RCC MISC driver and sysreset with syscon
in SPL
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
arch/arm/mach-stm32mp/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-stm32mp/Kconfig
b/arch/arm/mach-stm32mp/Kconfig
index 7c04905775cf04c3797bd4cb9530ec85a81aa088..8a929fa91322dc3252932f874ab715541242d629 100644
(file)
--- a/
arch/arm/mach-stm32mp/Kconfig
+++ b/
arch/arm/mach-stm32mp/Kconfig
@@
-5,6
+5,7
@@
config SPL
select SPL_CLK
select SPL_DM
select SPL_DM_SEQ_ALIAS
+ select SPL_DRIVERS_MISC_SUPPORT
select SPL_FRAMEWORK
select SPL_GPIO_SUPPORT
select SPL_LIBCOMMON_SUPPORT