[U-Boot] [PATCH 13/48] stm32mp1: configs: remove CONFIG_SYS_HZ
Patrick Delaunay
patrick.delaunay at st.com
Tue Jul 30 17:16:21 UTC 2019
Use the default value from lib/Kconfig.
Signed-off-by: Patrick Delaunay <patrick.delaunay at st.com>
---
include/configs/stm32mp1.h | 5 -----
1 file changed, 5 deletions(-)
diff --git a/include/configs/stm32mp1.h b/include/configs/stm32mp1.h
index 1bed570..033291e 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
--
2.7.4
More information about the U-Boot
mailing list