9
0
Fork 0

print u-boot bss info only for debug case

This commit is contained in:
Sascha Hauer 2007-07-12 12:09:48 +02:00
parent ec88cc77a2
commit 2557787389
1 changed files with 1 additions and 1 deletions

View File

@ -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"));