From: Simon Glass Date: Wed, 17 May 2017 09:25:44 +0000 (-0600) Subject: sandbox: Enable CMD_GETTIME X-Git-Tag: v2025.01-rc5-pxa1908~6816 X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=ded48cdc8b22b6a39463dfde0fc6a2db38c1a4cf;p=u-boot.git sandbox: Enable CMD_GETTIME Enable this option by default on sandbox to increase build coverage. Signed-off-by: Simon Glass --- diff --git a/arch/Kconfig b/arch/Kconfig index 84da4e738c..8af60dac8b 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -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