diff options
author | wdenk <wdenk> | 2002-12-20 23:42:25 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2002-12-20 23:42:25 +0000 |
commit | 288b3d7f5a54c987ecdfc5add4c7c25d36a9a3e1 (patch) | |
tree | 290ad6dd2df04cadf38a1600dbdd4f7269a2ee07 /include/version.h | |
parent | 2f91a3d0f8a73665423eb6ab17689c67f05e0887 (diff) | |
download | u-boot-midas-288b3d7f5a54c987ecdfc5add4c7c25d36a9a3e1.tar.gz u-boot-midas-288b3d7f5a54c987ecdfc5add4c7c25d36a9a3e1.tar.bz2 u-boot-midas-288b3d7f5a54c987ecdfc5add4c7c25d36a9a3e1.zip |
* Switch LWMON board default config from FRAM to EEPROM;
in POST, EEPROM shows up on 8 addresses
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 5a95754697..b501028bd5 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 0.2.0" +#define U_BOOT_VERSION "U-Boot 0.2.1" #endif /* __VERSION_H__ */ |