mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
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>
This commit is contained in:
committed by
Tom Rini
parent
b2b8a6967a
commit
8c688bc4de
@@ -79,10 +79,6 @@
|
||||
#define CONFIG_SYS_PROMPT "=> "
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_SYS_HZ
|
||||
#define CONFIG_SYS_HZ 1000
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_FIT_SIGNATURE
|
||||
#define CONFIG_IMAGE_FORMAT_LEGACY
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user