]> git.sur5r.net Git - u-boot/blobdiff - cpu/nios/start.S
PPC: Record U-Boot's relocated address in RAM and show in bdinfo.
[u-boot] / cpu / nios / start.S
index 5d15e8d1dd7da32edfc0f8c74fc15affc77a7dfe..3578a04d51e88d01b4d059edb2a63bd12a878b2c 100644 (file)
@@ -23,6 +23,7 @@
 
 
 #include <config.h>
+#include <timestamp.h>
 #include <version.h>
 
 #if !defined(CONFIG_IDENT_STRING)
@@ -233,5 +234,5 @@ dly_clks:
 
 version_string:
        .ascii U_BOOT_VERSION
-       .ascii " (", __DATE__, " - ", __TIME__, ")"
+       .ascii " (", U_BOOT_DATE, " - ", U_BOOT_TIME, ")"
        .ascii CONFIG_IDENT_STRING, "\0"