projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
178a415
)
stm32mp1: configs: remove CONFIG_SYS_HZ
author
Patrick Delaunay
<patrick.delaunay@st.com>
Tue, 30 Jul 2019 17:16:21 +0000
(19:16 +0200)
committer
Patrice Chotard
<patrice.chotard@st.com>
Tue, 27 Aug 2019 07:36:56 +0000
(09:36 +0200)
Use the default value from lib/Kconfig.
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
include/configs/stm32mp1.h
patch
|
blob
|
history
diff --git
a/include/configs/stm32mp1.h
b/include/configs/stm32mp1.h
index 1bed57083d8e531200db1476ea1408294727e9ad..033291efcc1ee2bd406c1a2f9d494d984b20ea70 100644
(file)
--- 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