diff options
Diffstat (limited to 'cpu/nios2/start.S')
| -rw-r--r-- | cpu/nios2/start.S | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/cpu/nios2/start.S b/cpu/nios2/start.S index ea4143566..31cd5b004 100644 --- a/cpu/nios2/start.S +++ b/cpu/nios2/start.S @@ -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" |