mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +00: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…
Reference in a new issue