diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2017-12-12 09:49:39 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-10 08:05:46 -0500 |
commit | 4a56fd484a2e4a02ab372d299d0231002035f3ff (patch) | |
tree | 52380a94ee6cba8cf7c7e542ccbf95dc9555739f /configs/stm32f429-discovery_defconfig | |
parent | dcb11959d85596982c935040b8b6d237f31e7e4d (diff) | |
download | u-boot-4a56fd484a2e4a02ab372d299d0231002035f3ff.tar.gz |
board: stm32f429-disco: switch to DM STM32 clock driver
Use available DM clk_stm32f.c driver instead of dedicated
mach-stm32/stm32f4/clock.c.
Migrate periph_clock defines from stm32_periph.h directly in
CLK driver. These periph_clock defines will be removed when STMMAC,
TIMER2 and SYSCFG drivers will support DM CLK.
Enable also CLK flag.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'configs/stm32f429-discovery_defconfig')
-rw-r--r-- | configs/stm32f429-discovery_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32f429-discovery_defconfig b/configs/stm32f429-discovery_defconfig index ae106ff818..ee50b35cc8 100644 --- a/configs/stm32f429-discovery_defconfig +++ b/configs/stm32f429-discovery_defconfig @@ -19,6 +19,7 @@ CONFIG_CMD_TIMER=y CONFIG_OF_CONTROL=y CONFIG_OF_EMBED=y CONFIG_ENV_IS_IN_FLASH=y +CONFIG_CLK=y CONFIG_MISC=y CONFIG_STM32_RCC=y # CONFIG_MMC is not set |