]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Removed obsolete initialisation calls.
authorMichael Brown <mcb30@etherboot.org>
Sun, 10 Apr 2005 18:13:24 +0000 (18:13 +0000)
committerMichael Brown <mcb30@etherboot.org>
Sun, 10 Apr 2005 18:13:24 +0000 (18:13 +0000)
src/core/pxe_export.c

index b2ecee192147379a875f0766ac7c9085b3af2392..69daa42a26581d631adbae873985f8b16f32dfc0 100644 (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 );