From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 26 Sep 2014 12:38:51 +0200 Subject: [U-Boot] [PATCH 1/7] kconfig: move CONFIG_SYS_HZ to lib/Kconfig In-Reply-To: <1411727024-19153-2-git-send-email-yamada.m@jp.panasonic.com> References: <1411727024-19153-1-git-send-email-yamada.m@jp.panasonic.com> <1411727024-19153-2-git-send-email-yamada.m@jp.panasonic.com> Message-ID: <201409261238.52006.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Friday, September 26, 2014 at 12:23:22 PM, Masahiro Yamada wrote: > 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 can be removed. > > Signed-off-by: Masahiro Yamada Nice, Reviewed-by: Marek Vasut Best regards, Marek Vasut