Browse Source

Removed obsolete initialisation calls.

tags/v0.9.3
Michael Brown 19 years ago
parent
commit
9abceef561
1 changed files with 7 additions and 5 deletions
  1. 7
    5
      src/core/pxe_export.c

+ 7
- 5
src/core/pxe_export.c View File

1230
 	 * this, but it's currently split interestingly between main()
1230
 	 * this, but it's currently split interestingly between main()
1231
 	 * and main_loop()...
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
 	/* We have relocated; the loader pointer is now invalid */
1241
 	/* We have relocated; the loader pointer is now invalid */
1240
 	loader = phys_to_virt ( loader_phys );
1242
 	loader = phys_to_virt ( loader_phys );

Loading…
Cancel
Save