[U-Boot] [PATCH v3 48/48] sandbox: Enable CMD_GETTIME

Simon Glass sjg at chromium.org
Wed May 17 09:25:44 UTC 2017


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

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

Changes in v3: None
Changes in v2:
- Add new patch to enable CMD_GETTIME on sandbox

 arch/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/Kconfig b/arch/Kconfig
index dfc4659648..12fa614e81 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -70,6 +70,7 @@ config SANDBOX
 	select DM_SPI
 	select DM_GPIO
 	select DM_MMC
+	imply CMD_GETTIME
 	imply CMD_HASH
 	imply CMD_IO
 	imply CMD_IOTRACE
-- 
2.13.0.303.g4ebf302169-goog



More information about the U-Boot mailing list