diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-10-23 16:30:40 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-23 17:18:59 (GMT) |
commit | 8c688bc4de4856f20193e6f0bc92e7273e8cf7ad (patch) | |
tree | 37d0383a340b19b3b4f290857e65af51212bb067 /board/BuS/eb_cpux9k2 | |
parent | b2b8a6967a0579fd5cace0280d9cf0b54d3bbf1f (diff) | |
download | u-boot-8c688bc4de4856f20193e6f0bc92e7273e8cf7ad.tar.xz |
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>
Diffstat (limited to 'board/BuS/eb_cpux9k2')
0 files changed, 0 insertions, 0 deletions