diff options
| author | Vikas Manocha <[email protected]> | 2017-08-20 11:05:37 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-08-26 14:56:13 -0400 |
| commit | 1e87f9ced4db17d2e06db5a9af6cd89ca680957a (patch) | |
| tree | 75d2ddaf77faa0e78cbf69620b6cb423577a81cb | |
| parent | 767cb74a0028be337d2ffecee7450e83fa2e7bd1 (diff) | |
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 <[email protected]>
Suggested-by: Bo Shen <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
| -rw-r--r-- | arch/arm/mach-stm32/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-stm32/Kconfig b/arch/arm/mach-stm32/Kconfig index f70f5ec9656..947ce5f1ce8 100644 --- 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 |
