david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Removed obsolete initialisation calls.

This commit is contained in:
Michael Brown 2005-04-10 18:13:24 +00:00
parent 070f6c0b6b
commit 9abceef561
1 changed files with 7 additions and 5 deletions

View File

@ -1230,11 +1230,13 @@ PXENV_EXIT_t pxenv_undi_loader ( undi_loader_t *loader ) {
* this, but it's currently split interestingly between main()
* and main_loop()...
*/
print_config();
get_memsizes();
cleanup();
relocate();
cleanup();
/* CHECKME: Our init functions have probably already been
called by the ROM prefix's call to setup(), haven't
they? */
/* We have relocated; the loader pointer is now invalid */
loader = phys_to_virt ( loader_phys );