summaryrefslogtreecommitdiff
path: root/cpu/nios/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/nios/start.S')
-rw-r--r--cpu/nios/start.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpu/nios/start.S b/cpu/nios/start.S
index 5d15e8d1d..3578a04d5 100644
--- a/cpu/nios/start.S
+++ b/cpu/nios/start.S
@@ -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"