summaryrefslogtreecommitdiffstats
path: root/common/startup.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-12 12:09:48 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2007-07-12 12:09:48 +0200
commit2557787389f8ec40381d1201a15badd25d4aab10 (patch)
tree1070d6b8644c6c729a6eeeab4ec8ea226fdb178c /common/startup.c
parentec88cc77a260ec39b877f7641590ea9929951b78 (diff)
downloadbarebox-2557787389f8ec40381d1201a15badd25d4aab10.tar.gz
barebox-2557787389f8ec40381d1201a15badd25d4aab10.tar.xz
print u-boot bss info only for debug case
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 269494cf37..d07c57481f 100644
--- a/common/startup.c
+++ b/common/startup.c
@@ -50,7 +50,7 @@ static int display_banner (void)
const char *vers = RELOC_VAR(version_string);
printf (RELOC("\n\n%s\n\n"), RELOC(vers));
- printf (RELOC("U-Boot code: %08lX -> %08lX BSS: -> %08lX\n"),
+ debug (RELOC("U-Boot code: %08lX -> %08lX BSS: -> %08lX\n"),
_u_boot_start, _bss_start, _bss_end);
printf(RELOC("Board: " CONFIG_BOARDINFO "\n"));