[U-Boot] [PATCH] add missing space

Luka Perkov lists at lukaperkov.net
Fri Dec 16 00:32:15 CET 2011


Cosmetic patch for first U-Boot line that gets printed.

Signed-off-by: Luka Perkov <lists at lukaperkov.net>
---
diff --git a/include/version.h b/include/version.h
index c908bd3..ac5a39a 100644
--- a/include/version.h
+++ b/include/version.h
@@ -35,7 +35,7 @@
 #endif
 
 #define U_BOOT_VERSION_STRING U_BOOT_VERSION " (" U_BOOT_DATE " - " \
-	U_BOOT_TIME ")" CONFIG_IDENT_STRING
+	U_BOOT_TIME ") " CONFIG_IDENT_STRING
 
 #ifndef __ASSEMBLY__
 extern const char version_string[];


More information about the U-Boot mailing list