From: Simon Glass Date: Sat, 2 May 2015 15:25:03 +0000 (-0600) Subject: sandbox: Enable time unit test command X-Git-Tag: v2015.07-rc2~285^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=02e4d3fbc54b345883d9bead4f2a911d0f0f59b1;p=u-boot 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