configs: stm32fxxx: Remove CONFIG_SYS_CLK_FREQ
Since commit aa5e3e22f4
("board: stm32: switch to DM STM32 timer")
SYS_CLK_FREQ is useless, remove it from stm32f4 and stm32f7 boards.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
This commit is contained in:
parent
725e09b823
commit
d91fb53903
@ -37,8 +37,6 @@
|
||||
|
||||
#define CONFIG_STM32_FLASH
|
||||
|
||||
#define CONFIG_SYS_CLK_FREQ 180000000 /* 180 MHz */
|
||||
|
||||
#define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */
|
||||
|
||||
#define CONFIG_CMDLINE_TAG
|
||||
|
@ -33,7 +33,6 @@
|
||||
|
||||
#define CONFIG_STM32_FLASH
|
||||
|
||||
#define CONFIG_SYS_CLK_FREQ 180000000 /* 180 MHz */
|
||||
#define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */
|
||||
|
||||
#define CONFIG_CMDLINE_TAG
|
||||
|
@ -33,7 +33,6 @@
|
||||
|
||||
#define CONFIG_STM32_FLASH
|
||||
|
||||
#define CONFIG_SYS_CLK_FREQ 180000000 /* 180 MHz */
|
||||
#define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */
|
||||
|
||||
#define CONFIG_CMDLINE_TAG
|
||||
|
@ -34,7 +34,6 @@
|
||||
#define CONFIG_MII
|
||||
#define CONFIG_PHY_SMSC
|
||||
|
||||
#define CONFIG_SYS_CLK_FREQ 200000000 /* 200 MHz */
|
||||
#define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */
|
||||
|
||||
#define CONFIG_CMDLINE_TAG
|
||||
|
Loading…
Reference in New Issue
Block a user