]> git.sur5r.net Git - u-boot/blobdiff - lib_arm/board.c
Update U-Boot's build timestamp on every compile
[u-boot] / lib_arm / board.c
index 4ba1f5ee781c9ce9ff859ac0da037db6a4a379d6..2358bebdbde86689306a18323ae0e267e4f99424 100644 (file)
@@ -42,6 +42,7 @@
 #include <command.h>
 #include <malloc.h>
 #include <devices.h>
+#include <timestamp.h>
 #include <version.h>
 #include <net.h>
 #include <serial.h>
@@ -69,7 +70,7 @@ extern void dataflash_print_info(void);
 #endif
 
 const char version_string[] =
-       U_BOOT_VERSION" (" __DATE__ " - " __TIME__ ")"CONFIG_IDENT_STRING;
+       U_BOOT_VERSION" (" U_BOOT_DATE " - " U_BOOT_TIME ")"CONFIG_IDENT_STRING;
 
 #ifdef CONFIG_DRIVER_CS8900
 extern void cs8900_get_enetaddr (uchar * addr);