
17 May
2017
17 May
'17
1:39 a.m.
Enable this option by default on sandbox to increase build coverage.
Signed-off-by: Simon Glass sjg@chromium.org ---
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