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:
767cb74
)
spl: stm32: make falcon mode activation configurable
author
Vikas Manocha
<vikas.manocha@st.com>
Sun, 20 Aug 2017 18:05:37 +0000
(11:05 -0700)
committer
Tom Rini
<trini@konsulko.com>
Sat, 26 Aug 2017 18:56:13 +0000
(14:56 -0400)
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>
arch/arm/mach-stm32/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-stm32/Kconfig
b/arch/arm/mach-stm32/Kconfig
index f70f5ec9656918b4085f9fc702077d0dc3abc90e..947ce5f1ce8126a55adbf2f78ff4e84fbe7e806d 100644
(file)
--- a/
arch/arm/mach-stm32/Kconfig
+++ b/
arch/arm/mach-stm32/Kconfig
@@
-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