From: Patrick Delaunay Date: Tue, 30 Jul 2019 17:16:21 +0000 (+0200) Subject: stm32mp1: configs: remove CONFIG_SYS_HZ X-Git-Tag: v2019.10-rc4~31^2~47 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3ef4aca8937b1411c70b2219a24f09651e76bca5;p=oweals%2Fu-boot.git stm32mp1: configs: remove CONFIG_SYS_HZ Use the default value from lib/Kconfig. Signed-off-by: Patrick Delaunay --- 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 #include -/* - * Number of clock ticks in 1 sec - */ -#define CONFIG_SYS_HZ 1000 - #ifndef CONFIG_STM32MP1_TRUSTED /* PSCI support */ #define CONFIG_ARMV7_PSCI_1_0