]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/x86/lib/board.c
unify version_string
[karo-tx-uboot.git] / arch / x86 / lib / board.c
index c92291bc1ff6ff89b95a710c80ae857813266f5e..af375ddb1e2c0f19aa8716950888dcd6638c5a57 100644 (file)
@@ -35,7 +35,6 @@
 #include <watchdog.h>
 #include <command.h>
 #include <stdio_dev.h>
-#include <timestamp.h>
 #include <version.h>
 #include <malloc.h>
 #include <net.h>
@@ -66,9 +65,6 @@ extern ulong __rel_dyn_end;
 extern ulong __bss_start;
 extern ulong __bss_end;
 
-const char version_string[] =
-       U_BOOT_VERSION" (" U_BOOT_DATE " - " U_BOOT_TIME ")";
-
 /************************************************************************
  * Init Utilities                                                      *
  ************************************************************************