summaryrefslogtreecommitdiffstats
path: root/sys/boot/ia64
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2010-01-10 00:14:04 +0000
committermarcel <marcel@FreeBSD.org>2010-01-10 00:14:04 +0000
commit52eba73d710b881f1c6c79643b6a4549f7d33395 (patch)
treee0a4d6ed2f6ea8a2d1fd1913224bb18a9a691075 /sys/boot/ia64
parentee1cddf922985580021062f8cd34f795a1a285eb (diff)
downloadFreeBSD-src-52eba73d710b881f1c6c79643b6a4549f7d33395.zip
FreeBSD-src-52eba73d710b881f1c6c79643b6a4549f7d33395.tar.gz
Remove debugging printf(). There's no need to print the image
base address anymore.
Diffstat (limited to 'sys/boot/ia64')
-rw-r--r--sys/boot/ia64/efi/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/boot/ia64/efi/main.c b/sys/boot/ia64/efi/main.c
index 9419903..c9bb547 100644
--- a/sys/boot/ia64/efi/main.c
+++ b/sys/boot/ia64/efi/main.c
@@ -127,8 +127,6 @@ main(int argc, CHAR16 *argv[])
/* Get our loaded image protocol interface structure. */
BS->HandleProtocol(IH, &imgid, (VOID**)&img);
- printf("Image base: 0x%016lx\n", (u_long)img->ImageBase);
-
printf("\n");
printf("%s, Revision %s\n", bootprog_name, bootprog_rev);
printf("(%s, %s)\n", bootprog_maker, bootprog_date);
OpenPOWER on IntegriCloud