From 92020b99ca4a280eed0ae61591b4cd1d3d1e02df Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 2 May 2015 09:25:03 -0600 Subject: [PATCH] sandbox: Enable time unit test command Enable this command for sandbox. Signed-off-by: Simon Glass --- configs/sandbox_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 0802ac5bd2..ac1cd243bf 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -29,3 +29,4 @@ CONFIG_SOUND=y CONFIG_CMD_SOUND=y CONFIG_SOUND_SANDBOX=y CONFIG_DM_RTC=y +CONFIG_CMD_UT_TIME=y -- 2.39.2