mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
spl: stm32: make falcon mode activation configurable
With this change, it will be possible to de-select falcon mode & spl will only boot U-Boot. Signed-off-by: Vikas Manocha <vikas.manocha@st.com> Suggested-by: Bo Shen <voice.shen@gmail.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
767cb74a00
commit
1e87f9ced4
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ config STM32F7
|
|||
select SPL_OF_CONTROL
|
||||
select SPL_OF_LIBFDT
|
||||
select SPL_OF_TRANSLATE
|
||||
select SPL_OS_BOOT
|
||||
imply SPL_OS_BOOT
|
||||
select SPL_PINCTRL
|
||||
select SPL_RAM
|
||||
select SPL_SERIAL_SUPPORT
|
||||
|
|
Loading…
Add table
Reference in a new issue