diff options
| author | wdenk <wdenk> | 2003-11-07 13:42:26 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2003-11-07 13:42:26 +0000 | 
| commit | 5cf9da4821db0b6d86d8bbb74af86a0303063201 (patch) | |
| tree | 7173b1bb9eb0611765921aee5312a7c4d9ac67ad /include/version.h | |
| parent | b13fb01a62708492cae4b33c4d6fa9ae127905f4 (diff) | |
| download | olio-uboot-2014.01-5cf9da4821db0b6d86d8bbb74af86a0303063201.tar.xz olio-uboot-2014.01-5cf9da4821db0b6d86d8bbb74af86a0303063201.zip | |
* Patch by Bernhard Kuhn, 28 Oct 2003:
  Add low boot support for MPC5200
* Fix problem with dual PCMCIA support (NSCU)
* Fix MPC5200 I2C initialization function
Diffstat (limited to 'include/version.h')
| -rw-r--r-- | include/version.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/version.h b/include/version.h index b4ee13a40..e61a03cfb 100644 --- a/include/version.h +++ b/include/version.h @@ -24,6 +24,6 @@  #ifndef	__VERSION_H__  #define	__VERSION_H__ -#define	U_BOOT_VERSION	"U-Boot 1.0.0" +#define	U_BOOT_VERSION	"U-Boot 1.0.1"  #endif	/* __VERSION_H__ */ |