commit | 55a3ef714f9867a9b2e18851cfdca906698e8c2f | [log] [tgz] |
---|---|---|
author | Vikas Manocha <vikas.manocha@st.com> | Sun May 28 12:55:13 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 09 11:24:00 2017 -0400 |
tree | 9af04b49e166ac5c7a3a4f95f438072edbb2de09 | |
parent | 6c0c3ce8aa794e972ef173694e148ddc9b7d6bcb [diff] [blame] |
spl: stm32f7: add kernel boot support Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
diff --git a/arch/arm/mach-stm32/Kconfig b/arch/arm/mach-stm32/Kconfig index a3390d0..101089d 100644 --- a/arch/arm/mach-stm32/Kconfig +++ b/arch/arm/mach-stm32/Kconfig
@@ -21,6 +21,7 @@ select SPL_OF_CONTROL select SPL_OF_LIBFDT select SPL_OF_TRANSLATE + select SPL_OS_BOOT select SPL_PINCTRL select SPL_RAM select SPL_SERIAL_SUPPORT