commit | 3ae0d9052380667d089ba99e384d9492816b1596 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Thu May 31 09:00:43 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Jun 05 20:19:09 2018 -0400 |
tree | 7ffb0bf66671e5ec45665355816bfb2a4106d229 | |
parent | f654d65d75178916650b9cf50c51ab5aa6934eb9 [diff] |
mach-stm32: Enable SPL_RESET_SUPPORT flag Since commit 0e373c0ade8c ("spl: add SPL_RESET_SUPPORT"), reset is supported in SPL, enable this flag for STM32F SoCs family. This allows to remove a specific case in RCC mfd driver. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>