diff options
| author | Michael Brown | 2005-04-10 20:13:24 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-04-10 20:13:24 +0200 |
| commit | 9abceef561a5ea4472263c352840251a9de1a434 (patch) | |
| tree | e127f63c34d75c463ba501868c54be0c00e78654 /src/core | |
| parent | Fixed debug messages (diff) | |
| download | ipxe-9abceef561a5ea4472263c352840251a9de1a434.tar.gz ipxe-9abceef561a5ea4472263c352840251a9de1a434.tar.xz ipxe-9abceef561a5ea4472263c352840251a9de1a434.zip | |
Removed obsolete initialisation calls.
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/pxe_export.c | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/core/pxe_export.c b/src/core/pxe_export.c index b2ecee192..69daa42a2 100644 --- a/src/core/pxe_export.c +++ b/src/core/pxe_export.c @@ -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 ); |
