Remove debugging printf(). There's no need to print the image
base address anymore.
This commit is contained in:
parent
9c6a3d8223
commit
592daa5d9b
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user