summaryrefslogtreecommitdiffstats
path: root/include/configs/edb93xx.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-10-24 01:30:40 +0900
committerTom Rini <trini@ti.com>2014-10-23 13:18:59 -0400
commit8c688bc4de4856f20193e6f0bc92e7273e8cf7ad (patch)
tree37d0383a340b19b3b4f290857e65af51212bb067 /include/configs/edb93xx.h
parentb2b8a6967a0579fd5cace0280d9cf0b54d3bbf1f (diff)
downloadtalos-obmc-uboot-8c688bc4de4856f20193e6f0bc92e7273e8cf7ad.tar.gz
talos-obmc-uboot-8c688bc4de4856f20193e6f0bc92e7273e8cf7ad.zip
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/edb93xx.h')
-rw-r--r--include/configs/edb93xx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/edb93xx.h b/include/configs/edb93xx.h
index 37bdcc0f33..47a8420f42 100644
--- a/include/configs/edb93xx.h
+++ b/include/configs/edb93xx.h
@@ -89,7 +89,6 @@
#define CONFIG_EP93XX 1 /* in a Cirrus Logic 93xx SoC */
#define CONFIG_SYS_CLK_FREQ 14745600 /* EP93xx has a 14.7456 clock */
-#define CONFIG_SYS_HZ 1000 /* decr freq: 1 ms ticks */
#undef CONFIG_USE_IRQ /* Don't need IRQ/FIQ */
/* Monitor configuration */
OpenPOWER on IntegriCloud