diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h index 6072acd5be49a06647f3d37900a45aed6ff4fe17..496a1947b2c785b78b6188ca2c138a0156bf5133 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 */