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

Akshay Saraswat akshay.s at samsung.com
Thu Mar 28 15:32:15 CET 2013


This patch enables time command.

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

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

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 */
-- 
1.8.0



More information about the U-Boot mailing list