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/tplink_wdr4300.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/tplink_wdr4300.h')
-rw-r--r-- | include/configs/tplink_wdr4300.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/tplink_wdr4300.h b/include/configs/tplink_wdr4300.h index 3e76d638c99..e6dc9f17fed 100644 --- a/include/configs/tplink_wdr4300.h +++ b/include/configs/tplink_wdr4300.h @@ -6,7 +6,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_SYS_HZ 1000 #define CONFIG_SYS_MHZ 280 #define CONFIG_SYS_MIPS_TIMER_FREQ (CONFIG_SYS_MHZ * 1000000) |