summaryrefslogtreecommitdiffstats
path: root/include/version.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-01-06 22:38:14 +0000
committerwdenk <wdenk>2004-01-06 22:38:14 +0000
commitc83bf6a2d00ef846c1fb2b0c60540f03ef203125 (patch)
treee410334c86d491dbbec765a5765eef9cccd3135a /include/version.h
parentb299e41a0d34bf96202d9bbb72739bdd9414b0cc (diff)
downloadtalos-obmc-uboot-c83bf6a2d00ef846c1fb2b0c60540f03ef203125.tar.gz
talos-obmc-uboot-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/version.h b/include/version.h
index e61a03cfb2..867717d399 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__ */
OpenPOWER on IntegriCloud