diff options
author | Patrice Chotard | 2017-11-15 13:14:53 +0100 |
---|---|---|
committer | Tom Rini | 2017-11-29 22:30:50 -0500 |
commit | 014a953c4ab644f600e4507354f2ef603bb50f46 (patch) | |
tree | 1bd8b7539cc30041ce720f246c2e130188142eb8 /board/st | |
parent | 4e97e25723530cc8bf57ca1d0ae17d86895e04c5 (diff) |
stm32: migrate clock structs in include/stm32_rcc.h
In order to factorize code between STM32F4 and STM32F7
migrate all structs related to RCC clocks in include/stm32_rcc.h
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Vikas Manocha <vikas.manocha@st.com>
Diffstat (limited to 'board/st')
-rw-r--r-- | board/st/stm32f429-discovery/stm32f429-discovery.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/st/stm32f429-discovery/stm32f429-discovery.c b/board/st/stm32f429-discovery/stm32f429-discovery.c index d6763c306f8..6f19a0563d0 100644 --- a/board/st/stm32f429-discovery/stm32f429-discovery.c +++ b/board/st/stm32f429-discovery/stm32f429-discovery.c @@ -13,6 +13,7 @@ #include <common.h> #include <dm.h> +#include <stm32_rcc.h> #include <asm/io.h> #include <asm/armv7m.h> #include <asm/arch/stm32.h> |