diff options
| author | wdenk <wdenk> | 2004-01-06 22:38:14 +0000 |
|---|---|---|
| committer | wdenk <wdenk> | 2004-01-06 22:38:14 +0000 |
| commit | c83bf6a2d00ef846c1fb2b0c60540f03ef203125 (patch) | |
| tree | e410334c86d491dbbec765a5765eef9cccd3135a /include/version.h | |
| parent | b299e41a0d34bf96202d9bbb72739bdd9414b0cc (diff) | |
| download | olio-uboot-2014.01-c83bf6a2d00ef846c1fb2b0c60540f03ef203125.tar.xz olio-uboot-2014.01-c83bf6a2d00ef846c1fb2b0c60540f03ef203125.zip | |
Add a common get_ram_size() function and modify the the
board-specific files to invoke that common implementation.
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 e61a03cfb..867717d39 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.1" +#define U_BOOT_VERSION "U-Boot 1.0.2" #endif /* __VERSION_H__ */ |