public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] add missing space
@ 2011-12-15 23:32 Luka Perkov
  2011-12-16 12:13 ` Anatolij Gustschin
  0 siblings, 1 reply; 6+ messages in thread
From: Luka Perkov @ 2011-12-15 23:32 UTC (permalink / raw)
  To: u-boot

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

Signed-off-by: Luka Perkov <lists@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[];

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-12-17 16:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-15 23:32 [U-Boot] [PATCH] add missing space Luka Perkov
2011-12-16 12:13 ` Anatolij Gustschin
2011-12-16 15:59   ` Mike Frysinger
2011-12-16 23:43     ` Luka Perkov
2011-12-16 23:49       ` Mike Frysinger
2011-12-17 16:06       ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox