commit | 1dbdb31ee615a2abca8fef1a32e2586766183066 | [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 | 9b4221bddb4ce765e5e853ed2a2964f8595eec77 [diff] [blame] |
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