Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
[oweals/u-boot.git] / cpu / mpc8xx / start.S
index 7b75660de1287b2e9f32fa0728e78e4eab3de3a0..45c902e7c6800b84032d57d51685e8c151560b1e 100644 (file)
@@ -39,6 +39,7 @@
  */
 #include <config.h>
 #include <mpc8xx.h>
+#include <timestamp.h>
 #include <version.h>
 
 #define CONFIG_8xx 1           /* needed for Linux kernel header files */
@@ -87,7 +88,7 @@
        .globl  version_string
 version_string:
        .ascii U_BOOT_VERSION
-       .ascii " (", __DATE__, " - ", __TIME__, ")"
+       .ascii " (", U_BOOT_DATE, " - ", U_BOOT_TIME, ")"
        .ascii CONFIG_IDENT_STRING, "\0"
 
        . = EXC_OFF_SYS_RESET