STM32L4: Last change added rcc_resetbkp(), but the function was never called.

This commit is contained in:
Gregory Nutt
2016-06-16 15:26:48 -06:00
parent 5ecb8da118
commit 1b53214a82
+4
View File
@@ -166,6 +166,10 @@ void stm32l4_clockconfig(void)
rcc_reset();
/* Reset backup domain if appropriate */
rcc_resetbkp();
#if defined(CONFIG_ARCH_BOARD_STM32L4_CUSTOM_CLOCKCONFIG)
/* Invoke Board Custom Clock Configuration */