From 2557787389f8ec40381d1201a15badd25d4aab10 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 12 Jul 2007 12:09:48 +0200 Subject: print u-boot bss info only for debug case --- common/startup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/startup.c') 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")); -- cgit v1.2.3