Quellcode durchsuchen

Removed obsolete initialisation calls.

tags/v0.9.3
Michael Brown vor 19 Jahren
Ursprung
Commit
9abceef561
1 geänderte Dateien mit 7 neuen und 5 gelöschten Zeilen
  1. 7
    5
      src/core/pxe_export.c

+ 7
- 5
src/core/pxe_export.c Datei anzeigen

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

Laden…
Abbrechen
Speichern