mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
stm32mp1: activate MISC support in SPL
needed for RCC MISC driver and sysreset with syscon in SPL Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
This commit is contained in:
parent
d090cbab64
commit
bc06134e17
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue