mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
8271f5d4c3
Sometimes the time functions are incorrect due to bad time support on a board. Add a unit test which tries to detect this. Signed-off-by: Simon Glass <sjg@chromium.org>
9 lines
332 B
Text
9 lines
332 B
Text
config CMD_UT_TIME
|
|
bool "Unit tests for time functions"
|
|
help
|
|
Enables the 'ut_time' command which tests that the time functions
|
|
work correctly. The test is fairly simple and will not catch all
|
|
problems. But if you are having problems with udelay() and the like,
|
|
this is a good place to start.
|
|
|
|
source "test/dm/Kconfig"
|