diff mbox

[U-Boot,01/11,v3] Exynos5: config: enable time command

Message ID 1364481144-17495-2-git-send-email-akshay.s@samsung.com
State Accepted
Delegated to: Minkyu Kang
Headers show

Commit Message

Akshay Saraswat March 28, 2013, 2:32 p.m. UTC
This patch enables time command.

Signed-off-by: Akshay Saraswat <akshay.s@samsung.com>
---
Chnages since v2:
	- New patch.

 include/configs/exynos5250-dt.h | 3 +++
 1 file changed, 3 insertions(+)
diff mbox

Patch

diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h
index 2b9d6ac..b13aade 100644
--- a/include/configs/exynos5250-dt.h
+++ b/include/configs/exynos5250-dt.h
@@ -325,4 +325,7 @@ 
 #define LCD_BPP			LCD_COLOR16
 #endif
 
+/* Enable Time Command */
+#define CONFIG_CMD_TIME
+
 #endif	/* __CONFIG_H */