X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=cpu%2Fnios%2Fstart.S;h=3578a04d51e88d01b4d059edb2a63bd12a878b2c;hb=4b99327a4121a28d2bdb2c2b841f5d97931ae905;hp=5d15e8d1dd7da32edfc0f8c74fc15affc77a7dfe;hpb=6d0f6bcf337c5261c08fabe12982178c2c489d76;p=u-boot diff --git a/cpu/nios/start.S b/cpu/nios/start.S index 5d15e8d1dd..3578a04d51 100644 --- a/cpu/nios/start.S +++ b/cpu/nios/start.S @@ -23,6 +23,7 @@ #include +#include #include #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"