]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
spl: stm32: make falcon mode activation configurable
authorVikas Manocha <vikas.manocha@st.com>
Sun, 20 Aug 2017 18:05:37 +0000 (11:05 -0700)
committerTom 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

index f70f5ec9656918b4085f9fc702077d0dc3abc90e..947ce5f1ce8126a55adbf2f78ff4e84fbe7e806d 100644 (file)
@@ -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