Commit 09b9f649d06256dfc2fefc28f091c3cabfd9cfeb

Authored by Patrice Chotard
Committed by Tom Rini
1 parent cb97ff9d3d

configs: stm32f: Remove STM32_HSE_HZ for all STM32F series

As clk_stm32f driver is able to retrieve HSE frequency from DT,
CONFIG_STM32_HSE_HZ becomes useless.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>

Showing 3 changed files with 0 additions and 4 deletions Side-by-side Diff

include/configs/stm32f429-discovery.h
... ... @@ -43,8 +43,6 @@
43 43  
44 44 #define CONFIG_STM32_FLASH
45 45  
46   -#define CONFIG_STM32_HSE_HZ 8000000
47   -
48 46 #define CONFIG_SYS_CLK_FREQ 180000000 /* 180 MHz */
49 47  
50 48 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */
include/configs/stm32f469-discovery.h
... ... @@ -39,7 +39,6 @@
39 39  
40 40 #define CONFIG_STM32_FLASH
41 41  
42   -#define CONFIG_STM32_HSE_HZ 8000000
43 42 #define CONFIG_SYS_CLK_FREQ 180000000 /* 180 MHz */
44 43 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */
45 44  
include/configs/stm32f746-disco.h
... ... @@ -37,7 +37,6 @@
37 37 #define CONFIG_MII
38 38 #define CONFIG_PHY_SMSC
39 39  
40   -#define CONFIG_STM32_HSE_HZ 25000000
41 40 #define CONFIG_SYS_CLK_FREQ 200000000 /* 200 MHz */
42 41 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */
43 42