Browse Source

Exynos5: config: enable time command

This patch enables time command.

Signed-off-by: Akshay Saraswat <akshay.s@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Akshay Saraswat 12 năm trước cách đây
mục cha
commit
4f3bfa97c4
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      include/configs/exynos5250-dt.h

+ 3 - 0
include/configs/exynos5250-dt.h

@@ -330,4 +330,7 @@
 #define LCD_BPP			LCD_COLOR16
 #endif
 
+/* Enable Time Command */
+#define CONFIG_CMD_TIME
+
 #endif	/* __CONFIG_H */