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/tbs2910.h | |
| parent | 7115007ccf161ac668e91e899c2f55c050bb93da (diff) | |
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/tbs2910.h')
| -rw-r--r-- | include/configs/tbs2910.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h index 0438b5ae0c6..58ccafc385a 100644 --- a/include/configs/tbs2910.h +++ b/include/configs/tbs2910.h @@ -12,8 +12,6 @@ /* General configuration */ -#define CONFIG_SYS_HZ 1000 - /* Physical Memory Map */ #define CONFIG_SYS_SDRAM_BASE MMDC0_ARB_BASE_ADDR |
