mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-22 20:24:27 +01:00
sandbox: Enable CMD_GETTIME
Enable this option by default on sandbox to increase build coverage. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
ee7c0e712a
commit
ded48cdc8b
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ config SANDBOX
|
|||
select DM_SPI
|
||||
select DM_GPIO
|
||||
select DM_MMC
|
||||
imply CMD_GETTIME
|
||||
imply CMD_HASH
|
||||
imply CMD_IO
|
||||
imply CMD_IOTRACE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue