diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2019-07-30 19:16:21 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2019-08-27 09:36:56 +0200 |
commit | 3ef4aca8937b1411c70b2219a24f09651e76bca5 (patch) | |
tree | 00a6e7c6f9006aac2f973fe6ade471626fa2fa83 /include/configs/stm32mp1.h | |
parent | 178a415534c51e0228f3999ec52e64c019f867ee (diff) |
stm32mp1: configs: remove CONFIG_SYS_HZ
Use the default value from lib/Kconfig.
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'include/configs/stm32mp1.h')
-rw-r--r-- | include/configs/stm32mp1.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/stm32mp1.h b/include/configs/stm32mp1.h index 1bed57083d..033291efcc 100644 --- a/include/configs/stm32mp1.h +++ b/include/configs/stm32mp1.h @@ -10,11 +10,6 @@ #include <linux/sizes.h> #include <asm/arch/stm32.h> -/* - * Number of clock ticks in 1 sec - */ -#define CONFIG_SYS_HZ 1000 - #ifndef CONFIG_STM32MP1_TRUSTED /* PSCI support */ #define CONFIG_ARMV7_PSCI_1_0 |