From: Jaehoon Chung Date: Mon, 12 Feb 2018 06:08:18 +0000 (+0900) Subject: configs: rpi_3: enable the CMD_TIME configuration X-Git-Tag: submit/tizen/20180220.000957^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6975d35d560556817b504ac88dbefaaa9055cbdd;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/configs/rpi_3_defconfig b/configs/rpi_3_defconfig index 36baf8fb54..5730370448 100644 --- a/configs/rpi_3_defconfig +++ b/configs/rpi_3_defconfig @@ -48,3 +48,4 @@ CONFIG_LCD=y CONFIG_PHYS_TO_BUS=y # CONFIG_EFI_LOADER is not set CONFIG_CMD_NFS_DOWNLOAD=y +CONFIG_CMD_TIME=y