9
0
Fork 0

svn_rev_662

This commit is contained in:
Sascha Hauer 2007-07-05 18:02:14 +02:00 committed by Sascha Hauer
parent 7301a3fcd5
commit 1db5a31d18
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
#include <init.h>
#include <command.h>
#include <malloc.h>
#include <version.h>
#include <linux/utsrelease.h>
#include <mem_malloc.h>
#include <debug_ll.h>
#include <fs.h>
@ -55,7 +55,7 @@ ulong load_addr = 0; /* Default Load Address */
#endif
const char version_string[] =
U_BOOT_VERSION" (" __DATE__ " - " __TIME__ ")"CONFIG_IDENT_STRING;
"U-Boot" UTS_RELEASE " (" __DATE__ " - " __TIME__ ")"CONFIG_IDENT_STRING;
/************************************************************************
* Init Utilities *