commit | 02e4d3fbc54b345883d9bead4f2a911d0f0f59b1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat May 02 09:25:03 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed May 06 12:48:37 2015 -0600 |
tree | 7d4bcebd10ccffd75551f04610e315a59b2ed589 | |
parent | 8271f5d4c3a0ce8282025217509c18220a0f552b [diff] |
sandbox: Enable time unit test command Enable this command for sandbox. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 759f53a..70ae531 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig
@@ -27,3 +27,4 @@ CONFIG_CMD_SOUND=y CONFIG_SOUND_SANDBOX=y CONFIG_DM_RTC=y +CONFIG_CMD_UT_TIME=y