diff options
Diffstat (limited to 'arch/x86/lib/board.c')
| -rw-r--r-- | arch/x86/lib/board.c | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/arch/x86/lib/board.c b/arch/x86/lib/board.c index c92291bc1..af375ddb1 100644 --- a/arch/x86/lib/board.c +++ b/arch/x86/lib/board.c @@ -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							*   ************************************************************************ |