浏览代码

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 年之前
父节点
当前提交
4f3bfa97c4
共有 1 个文件被更改,包括 3 次插入0 次删除
  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 */