Update U-Boot's build timestamp on every compile
[oweals/u-boot.git] / lib_microblaze / board.c
index cd619185b482945097ae9c689e6b226c7bf1c1dd..250972cb6923bd1f581737bd65c30b04d1b7dcf6 100644 (file)
 #include <common.h>
 #include <command.h>
 #include <malloc.h>
+#include <timestamp.h>
 #include <version.h>
 #include <watchdog.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
-const char version_string[] = U_BOOT_VERSION " (" __DATE__ " - " __TIME__ ")";
+const char version_string[] = U_BOOT_VERSION " ("U_BOOT_DATE" - "U_BOOT_TIME")";
 
 #ifdef CONFIG_SYS_GPIO_0
 extern int gpio_init (void);