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/warp7.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/warp7.h')
-rw-r--r-- | include/configs/warp7.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/warp7.h b/include/configs/warp7.h index 74fb988b76..00031d87c1 100644 --- a/include/configs/warp7.h +++ b/include/configs/warp7.h @@ -96,8 +96,6 @@ "fi; " \ "fi" -#define CONFIG_SYS_HZ 1000 - /* Physical Memory Map */ #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR |