commit | e301fa0e7d998dc0df11eee8ca370c8fb5d5859e | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Fri Oct 24 01:30:40 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Thu Oct 23 13:18:59 2014 -0400 |
tree | 37d0383a340b19b3b4f290857e65af51212bb067 | |
parent | 141ed20b0f987d3d7e97bc9473211d13791cc82d [diff] |
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 <yamada.m@jp.panasonic.com> Reviewed-by: Marek Vasut <marex@denx.de>