summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-10-31 06:03:49 +0300
committerTom Rini <trini@konsulko.com>2021-11-05 18:23:29 +0300
commit1a77da4b333d25314a861d7be926848b084b8f02 (patch)
tree66007ed679fb4f9a0ddee7c3dfac48d9a6b606d2 /arch
parent7115007ccf161ac668e91e899c2f55c050bb93da (diff)
downloadu-boot-1a77da4b333d25314a861d7be926848b084b8f02.tar.xz
Convert CONFIG_SYS_HZ to Kconfig
This converts the following to Kconfig: CONFIG_SYS_HZ Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/include/asm/arch-stv0991/stv0991_gpt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-stv0991/stv0991_gpt.h b/arch/arm/include/asm/arch-stv0991/stv0991_gpt.h
index f1d5667c32..5b12d90d58 100644
--- a/arch/arm/include/asm/arch-stv0991/stv0991_gpt.h
+++ b/arch/arm/include/asm/arch-stv0991/stv0991_gpt.h
@@ -36,7 +36,6 @@ struct gpt_regs *const gpt1_regs_ptr =
#define GPT_FREE_RUNNING 0xFFFF
/* Timer, HZ specific defines */
-#define CONFIG_SYS_HZ 1000
#define CONFIG_SYS_HZ_CLOCK ((27 * 1000 * 1000) / GPT_PRESCALER_128)
#endif