From: Simon Glass Date: Sat, 2 May 2015 15:25:03 +0000 (-0600) Subject: sandbox: Enable time unit test command X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=02e4d3fbc54b345883d9bead4f2a911d0f0f59b1;p=project%2Fbcm63xx%2Fu-boot.git sandbox: Enable time unit test command Enable this command for sandbox. Signed-off-by: Simon Glass --- diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 759f53aaa7..70ae5313b6 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -27,3 +27,4 @@ CONFIG_SOUND=y CONFIG_CMD_SOUND=y CONFIG_SOUND_SANDBOX=y CONFIG_DM_RTC=y +CONFIG_CMD_UT_TIME=y