summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-stv0991
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@foss.st.com>2021-10-06 19:10:32 +0300
committerPatrice Chotard <patrice.chotard@foss.st.com>2021-10-08 09:30:18 +0300
commit20a3969d33b1957e72a0e40b1bc9bcaf2623cd4e (patch)
tree251a9834679aac0aa11ec3622bbeb4130b774005 /arch/arm/include/asm/arch-stv0991
parentc7f85e1f61dd4862787f08a4e5ec4e47a58b05e6 (diff)
downloadu-boot-20a3969d33b1957e72a0e40b1bc9bcaf2623cd4e.tar.xz
stv0991: remove specific CONFIG_STV0991 configs
Remove the following STV0991 specific configs: - CONFIG_STV0991 (never used, only defined in CONFIG_SYS_EXTRA_OPTIONS) - CONFIG_STV0991_HZ (replaced by generic CONFIG_SYS_HZ) - CONFIG_STV0991_HZ_CLOCK (replaced by generic CONFIG_SYS_HZ_CLOCK) This patch allows to reduce the file config_whitelist.txt. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Diffstat (limited to 'arch/arm/include/asm/arch-stv0991')
-rw-r--r--arch/arm/include/asm/arch-stv0991/stv0991_gpt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/include/asm/arch-stv0991/stv0991_gpt.h b/arch/arm/include/asm/arch-stv0991/stv0991_gpt.h
index cd27472ad7..f1d5667c32 100644
--- a/arch/arm/include/asm/arch-stv0991/stv0991_gpt.h
+++ b/arch/arm/include/asm/arch-stv0991/stv0991_gpt.h
@@ -36,7 +36,7 @@ struct gpt_regs *const gpt1_regs_ptr =
#define GPT_FREE_RUNNING 0xFFFF
/* Timer, HZ specific defines */
-#define CONFIG_STV0991_HZ 1000
-#define CONFIG_STV0991_HZ_CLOCK (27*1000*1000)/GPT_PRESCALER_128
+#define CONFIG_SYS_HZ 1000
+#define CONFIG_SYS_HZ_CLOCK ((27 * 1000 * 1000) / GPT_PRESCALER_128)
#endif