]> git.baikalelectronics.ru Git - uboot.git/commit
mach-stm32: Enable SPL_RESET_SUPPORT flag
authorPatrice Chotard <patrice.chotard@st.com>
Thu, 31 May 2018 07:00:43 +0000 (09:00 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 6 Jun 2018 00:19:09 +0000 (20:19 -0400)
commitc0a3623cd8e61fdf061d3959b8913c09e102d56b
tree7ffb0bf66671e5ec45665355816bfb2a4106d229
parent2b77cfbfe1655472be6e3138d577f790d3878f37
mach-stm32: Enable SPL_RESET_SUPPORT flag

Since commit 675c51e6f4c7 ("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>
arch/arm/mach-stm32/Kconfig
drivers/misc/stm32_rcc.c