From 8c688bc4de4856f20193e6f0bc92e7273e8cf7ad Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Fri, 24 Oct 2014 01:30:40 +0900 Subject: kconfig: move CONFIG_SYS_HZ to lib/Kconfig CONFIG_SYS_HZ is always defined as 1000 in config_fallbacks.h (but some boards still have redundant definitions). This commit moves the definition and the document in README to Kconfig. Since lib/Kconfig can assure that CONFIG_SYS_HZ is 1000, the sanity check in lib/time.c should be removed. Signed-off-by: Masahiro Yamada Reviewed-by: Marek Vasut --- include/configs/tqma6.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/tqma6.h') diff --git a/include/configs/tqma6.h b/include/configs/tqma6.h index 2705d2c55fe..d97a9613ae5 100644 --- a/include/configs/tqma6.h +++ b/include/configs/tqma6.h @@ -450,7 +450,6 @@ #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR -#define CONFIG_SYS_HZ 1000 #define CONFIG_CMDLINE_EDITING #define CONFIG_STACKSIZE (128u * SZ_1K) -- cgit v1.2.3