Skip to content
Snippets Groups Projects
Commit ded48cdc authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

sandbox: Enable CMD_GETTIME


Enable this option by default on sandbox to increase build coverage.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent ee7c0e71
No related branches found
No related tags found
No related merge requests found
...@@ -69,6 +69,7 @@ config SANDBOX ...@@ -69,6 +69,7 @@ config SANDBOX
select DM_SPI select DM_SPI
select DM_GPIO select DM_GPIO
select DM_MMC select DM_MMC
imply CMD_GETTIME
imply CMD_HASH imply CMD_HASH
imply CMD_IO imply CMD_IO
imply CMD_IOTRACE imply CMD_IOTRACE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment