diff options
| author | Akshay Saraswat <[email protected]> | 2013-03-28 04:32:15 +0000 |
|---|---|---|
| committer | Minkyu Kang <[email protected]> | 2013-04-01 14:02:07 +0900 |
| commit | 4f3bfa97c4b8f88f44aa946427eb9be12b296c96 (patch) | |
| tree | 4f94ccd3bbc40a796937f0cda2f9b74ff2cacefc /include | |
| parent | a4d40b856fb2674de55677bf73ec7d1821efd997 (diff) | |
Exynos5: config: enable time command
This patch enables time command.
Signed-off-by: Akshay Saraswat <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/exynos5250-dt.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h index 6072acd5be4..496a1947b2c 100644 --- 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 */ |
