From: Simon Glass Date: Wed, 17 May 2017 09:25:44 +0000 (-0600) Subject: sandbox: Enable CMD_GETTIME X-Git-Tag: v2017.07-rc1~197 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ded48cdc8b22b6a39463dfde0fc6a2db38c1a4cf;p=platform%2Fkernel%2Fu-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 84da4e7..8af60da 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