Fix build error causes by "unify version_string"
[oweals/u-boot.git] / include / version.h
index b56d2e9900b8309c66d3f265ab73b03ebd46137e..129acef0b8335f4d4376755ad2ad9910a8bc0004 100644 (file)
 #ifndef        __VERSION_H__
 #define        __VERSION_H__
 
+#include <timestamp.h>
+
+#ifndef DO_DEPS_ONLY
 #include "version_autogenerated.h"
+#endif
+
+#ifndef CONFIG_IDENT_STRING
+#define CONFIG_IDENT_STRING ""
+#endif
+
+#define U_BOOT_VERSION_STRING U_BOOT_VERSION " (" U_BOOT_DATE " - " \
+       U_BOOT_TIME ")" CONFIG_IDENT_STRING
 
+#ifndef __ASSEMBLY__
+extern const char version_string[];
+#endif /* __ASSEMBLY__ */
 #endif /* __VERSION_H__ */