X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fversion.h;h=c908bd30138f49258b29e73cda23b4b8cbd19fc8;hb=eeacb73b8e0823b400eda5022e56e9f5a59b37a0;hp=e3ce8be3b34d4301c2fb82c7431fd8c77a7416e3;hpb=2535d60277cc295adf75cd5721dcecd840c69a63;p=karo-tx-uboot.git diff --git a/include/version.h b/include/version.h index e3ce8be3b3..c908bd3013 100644 --- a/include/version.h +++ b/include/version.h @@ -1,5 +1,5 @@ /* - * (C) Copyright 2000-2003 + * (C) Copyright 2000-2006 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this @@ -24,6 +24,20 @@ #ifndef __VERSION_H__ #define __VERSION_H__ -#define U_BOOT_VERSION "U-Boot 0.4.5" +#include +#ifndef DO_DEPS_ONLY +#include "generated/version_autogenerated.h" +#endif + +#ifndef CONFIG_IDENT_STRING +#define CONFIG_IDENT_STRING "" +#endif + +#define U_BOOT_VERSION_STRING U_BOOT_VERSION " (" U_BOOT_DATE " - " \ + U_BOOT_TIME ")" CONFIG_IDENT_STRING + +#ifndef __ASSEMBLY__ +extern const char version_string[]; +#endif /* __ASSEMBLY__ */ #endif /* __VERSION_H__ */