From 1a77da4b333d25314a861d7be926848b084b8f02 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sat, 30 Oct 2021 23:03:49 -0400 Subject: Convert CONFIG_SYS_HZ to Kconfig This converts the following to Kconfig: CONFIG_SYS_HZ Signed-off-by: Tom Rini --- include/configs/pcl063_ull.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/pcl063_ull.h') diff --git a/include/configs/pcl063_ull.h b/include/configs/pcl063_ull.h index c1da1a01194..20ba3f192b0 100644 --- a/include/configs/pcl063_ull.h +++ b/include/configs/pcl063_ull.h @@ -36,8 +36,6 @@ /* Miscellaneous configurable options */ -#define CONFIG_SYS_HZ 1000 - /* Physical Memory Map */ #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR #define PHYS_SDRAM_SIZE SZ_256M -- cgit v1.2.3