]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/trab/trab_fkt.c
Update U-Boot's build timestamp on every compile
[karo-tx-uboot.git] / board / trab / trab_fkt.c
index 7273ef97b659a7bf55f20fb74d6f6abd2d0ed754..93b9490e1ce385436544609fc5641d672ff66bdd 100644 (file)
@@ -25,6 +25,7 @@
 
 #include <common.h>
 #include <exports.h>
+#include <timestamp.h>
 #include <s3c2400.h>
 #include "tsc2000.h"
 #include "rs485.h"
@@ -296,7 +297,7 @@ int trab_fkt (int argc, char *argv[])
 int do_info (void)
 {
        printf ("Stand-alone application for TRAB board function test\n");
-       printf ("Built: %s at %s\n", __DATE__ , __TIME__ );
+       printf ("Built: %s at %s\n", U_BOOT_DATE, U_BOOT_TIME);
 
        return 0;
 }