]> git.sur5r.net Git - u-boot/blobdiff - cpu/nios2/start.S
Replace __attribute references with __attribute__
[u-boot] / cpu / nios2 / start.S
index ea41435661985c3299255ec2282ae4246b28f493..31cd5b004a0502d4ef38e6faa0ab3c4f86162aa0 100644 (file)
@@ -23,6 +23,7 @@
 
 
 #include <config.h>
+#include <timestamp.h>
 #include <version.h>
 
 /*************************************************************************
@@ -212,5 +213,5 @@ dly_clks:
 
 version_string:
        .ascii U_BOOT_VERSION
-       .ascii " (", __DATE__, " - ", __TIME__, ")"
+       .ascii " (", U_BOOT_DATE, " - ", U_BOOT_TIME, ")"
        .ascii CONFIG_IDENT_STRING, "\0"