Explorar el Código

Exynos5: config: enable time command

This patch enables time command.

Signed-off-by: Akshay Saraswat <akshay.s@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Akshay Saraswat hace 12 años
padre
commit
4f3bfa97c4
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      include/configs/exynos5250-dt.h

+ 3 - 0
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 */