summaryrefslogtreecommitdiffstats
path: root/common/startup.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-16 10:30:40 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2007-07-16 10:30:40 +0200
commitca52150cd0ca854eb23139748fa0e6f5333fd2dd (patch)
tree522b6ffd6de51eb0715002477efbd24b955464cc /common/startup.c
parent4283b823e7cf3997e53ecaf9d86e7ccaaf82a0df (diff)
downloadbarebox-ca52150cd0ca854eb23139748fa0e6f5333fd2dd.tar.gz
barebox-ca52150cd0ca854eb23139748fa0e6f5333fd2dd.tar.xz
add whitespace in banner string
Diffstat (limited to 'common/startup.c')
-rw-r--r--common/startup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/startup.c b/common/startup.c
index d07c57481f..dac6659851 100644
--- a/common/startup.c
+++ b/common/startup.c
@@ -43,7 +43,7 @@
extern initcall_t __u_boot_initcalls_start[], __u_boot_early_initcalls_end[], __u_boot_initcalls_end[];
const char *version_string =
- "U-Boot" UTS_RELEASE " (" __DATE__ " - " __TIME__ ")"CONFIG_IDENT_STRING;
+ "U-Boot " UTS_RELEASE " (" __DATE__ " - " __TIME__ ")"CONFIG_IDENT_STRING;
static int display_banner (void)
{