summaryrefslogtreecommitdiff
path: root/include/configs/ap143.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-10-30 23:03:49 -0400
committerTom Rini <trini@konsulko.com>2021-11-05 11:23:29 -0400
commit1a77da4b333d25314a861d7be926848b084b8f02 (patch)
tree66007ed679fb4f9a0ddee7c3dfac48d9a6b606d2 /include/configs/ap143.h
parent7115007ccf161ac668e91e899c2f55c050bb93da (diff)
downloadu-boot-1a77da4b333d25314a861d7be926848b084b8f02.tar.gz
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 'include/configs/ap143.h')
-rw-r--r--include/configs/ap143.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ap143.h b/include/configs/ap143.h
index fa13a801b7..80b64da93f 100644
--- a/include/configs/ap143.h
+++ b/include/configs/ap143.h
@@ -6,7 +6,6 @@
#ifndef __CONFIG_H
#define __CONFIG_H
-#define CONFIG_SYS_HZ 1000
#define CONFIG_SYS_MHZ 325
#define CONFIG_SYS_MIPS_TIMER_FREQ (CONFIG_SYS_MHZ * 1000000)