diff options
author | Tom Rini <trini@konsulko.com> | 2021-10-30 23:03:49 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-11-05 11:23:29 -0400 |
commit | 1a77da4b333d25314a861d7be926848b084b8f02 (patch) | |
tree | 66007ed679fb4f9a0ddee7c3dfac48d9a6b606d2 /include/configs/ap121.h | |
parent | 7115007ccf161ac668e91e899c2f55c050bb93da (diff) | |
download | u-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/ap121.h')
-rw-r--r-- | include/configs/ap121.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ap121.h b/include/configs/ap121.h index f3fc53ba484..e23a7dc4956 100644 --- a/include/configs/ap121.h +++ b/include/configs/ap121.h @@ -6,7 +6,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_SYS_HZ 1000 #define CONFIG_SYS_MHZ 200 #define CONFIG_SYS_MIPS_TIMER_FREQ (CONFIG_SYS_MHZ * 1000000) |