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/omapl138_lcdk.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/omapl138_lcdk.h')
-rw-r--r-- | include/configs/omapl138_lcdk.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/omapl138_lcdk.h b/include/configs/omapl138_lcdk.h index 4227610566d..f2352d82161 100644 --- a/include/configs/omapl138_lcdk.h +++ b/include/configs/omapl138_lcdk.h @@ -21,7 +21,6 @@ #define CONFIG_SYS_OSCIN_FREQ 24000000 #define CONFIG_SYS_TIMERBASE DAVINCI_TIMER0_BASE #define CONFIG_SYS_HZ_CLOCK clk_get(DAVINCI_AUXCLK_CLKID) -#define CONFIG_SYS_HZ 1000 /* * Memory Info |