From bc6a40e7b5f9e0a8131c6518ca0e4939cf4724c3 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Mon, 12 Feb 2018 15:08:18 +0900 Subject: [PATCH] configs: rpi_3: enable the CMD_TIME configuration To check the time, enable the CMD_TIME configuration. Change-Id: I4be99bf8b311bf55e6ecf1d74e8d67f47bea8847 Signed-off-by: Jaehoon Chung --- configs/rpi_3_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/rpi_3_defconfig b/configs/rpi_3_defconfig index 9ab8c5a3c8..baae2297f9 100644 --- a/configs/rpi_3_defconfig +++ b/configs/rpi_3_defconfig @@ -46,3 +46,4 @@ CONFIG_CONSOLE_SCROLL_LINES=10 CONFIG_PHYS_TO_BUS=y CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_CMD_NFS_DOWNLOAD=y +CONFIG_CMD_TIME=y -- 2.34.1