]> git.sur5r.net Git - u-boot/blobdiff - cpu/mcf5227x/start.S
POST: Remove duplicated post_hotkey_pressed() functions
[u-boot] / cpu / mcf5227x / start.S
index 93872507b13dd5b66eeb004258c68827a17113ea..0c9c89c4021711e33a2dd884e7513a3a7a34d698 100644 (file)
@@ -22,6 +22,7 @@
  */
 
 #include <config.h>
+#include <timestamp.h>
 #include "version.h"
 
 #ifndef         CONFIG_IDENT_STRING
@@ -591,6 +592,6 @@ dcache_status:
        .globl  version_string
 version_string:
        .ascii U_BOOT_VERSION
-       .ascii " (", __DATE__, " - ", __TIME__, ")"
+       .ascii " (", U_BOOT_DATE, " - ", U_BOOT_TIME, ")"
        .ascii CONFIG_IDENT_STRING, "\0"
        .align 4