diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2010-01-10 00:14:04 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2010-01-10 00:14:04 +0000 |
| commit | 592daa5d9b2b6a6e3f4420bfb2b0007ca0fc1ec8 (patch) | |
| tree | e0a4d6ed2f6ea8a2d1fd1913224bb18a9a691075 /sys/boot | |
| parent | 9c6a3d82238abb339007695e6974b4fec406eb73 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/ia64/efi/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/boot/ia64/efi/main.c b/sys/boot/ia64/efi/main.c index 9419903e3337..c9bb547c437a 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); |
