diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-10-24 01:30:40 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-23 13:18:59 -0400 |
commit | 8c688bc4de4856f20193e6f0bc92e7273e8cf7ad (patch) | |
tree | 37d0383a340b19b3b4f290857e65af51212bb067 /include/configs/ls1021atwr.h | |
parent | b2b8a6967a0579fd5cace0280d9cf0b54d3bbf1f (diff) | |
download | u-boot-imx-8c688bc4de4856f20193e6f0bc92e7273e8cf7ad.zip u-boot-imx-8c688bc4de4856f20193e6f0bc92e7273e8cf7ad.tar.gz u-boot-imx-8c688bc4de4856f20193e6f0bc92e7273e8cf7ad.tar.bz2 |
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 'include/configs/ls1021atwr.h')
-rw-r--r-- | include/configs/ls1021atwr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h index 5868287..3c73af8 100644 --- a/include/configs/ls1021atwr.h +++ b/include/configs/ls1021atwr.h @@ -261,7 +261,6 @@ #define CONFIG_SYS_MEMTEST_END 0x9fffffff #define CONFIG_SYS_LOAD_ADDR 0x82000000 -#define CONFIG_SYS_HZ 1000 /* * Stack sizes |