Commit ded48cdc8b22b6a39463dfde0fc6a2db38c1a4cf

Authored by Simon Glass
Committed by Tom Rini
1 parent ee7c0e712a

sandbox: Enable CMD_GETTIME

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

Signed-off-by: Simon Glass <sjg@chromium.org>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -69,6 +69,7 @@
69 69 select DM_SPI
70 70 select DM_GPIO
71 71 select DM_MMC
  72 + imply CMD_GETTIME
72 73 imply CMD_HASH
73 74 imply CMD_IO
74 75 imply CMD_IOTRACE