Blackfin: support console-over-JTAG
[oweals/u-boot.git] / cpu / mpc86xx / start.S
index efd654ce76d49ec15d8f9c9b4dc2a19f322a5d9e..63cc8dbcda9ebe0d540d0dc3409056c982d949f1 100644 (file)
@@ -32,6 +32,7 @@
  */
 #include <config.h>
 #include <mpc86xx.h>
+#include <timestamp.h>
 #include <version.h>
 
 #include <ppc_asm.tmpl>
@@ -76,7 +77,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
@@ -981,5 +982,3 @@ unlock_ram_in_cache:
        blr
 #endif
 #endif
-
-