Bump up the revision to 1.5.0 and drop the ss tag.
Signed-off-by: Anand Gadiyar <gad...@ti.com>
---
I'd like to tag 1.5.0 as a release. I thought I'd ask
on the list first if there are any objections.
If no one objects, I'll commit this next week.
lib/board.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: x-loader/lib/board.c
===================================================================
--- x-loader.orig/lib/board.c
+++ x-loader/lib/board.c
@@ -36,7 +36,7 @@
#include <asm/arch/mem.h>
const char version_string[] =
- "Texas Instruments X-Loader 1.4.4ss (" __DATE__ " - " __TIME__ ")";
+ "Texas Instruments X-Loader 1.5.0 (" __DATE__ " - " __TIME__ ")";
int print_info(void)
{