projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4d40b8
)
Exynos5: config: enable time command
author
Akshay Saraswat
<akshay.s@samsung.com>
Thu, 28 Mar 2013 04:32:15 +0000
(
04:32
+0000)
committer
Minkyu Kang
<mk7.kang@samsung.com>
Mon, 1 Apr 2013 05:02:07 +0000
(14:02 +0900)
This patch enables time command.
Signed-off-by: Akshay Saraswat <akshay.s@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
include/configs/exynos5250-dt.h
patch
|
blob
|
history
diff --git
a/include/configs/exynos5250-dt.h
b/include/configs/exynos5250-dt.h
index 6072acd5be49a06647f3d37900a45aed6ff4fe17..496a1947b2c785b78b6188ca2c138a0156bf5133 100644
(file)
--- a/
include/configs/exynos5250-dt.h
+++ b/
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 */