瀏覽代碼

Removed obsolete initialisation calls.

tags/v0.9.3
Michael Brown 19 年之前
父節點
當前提交
9abceef561
共有 1 個檔案被更改,包括 7 行新增5 行删除
  1. 7
    5
      src/core/pxe_export.c

+ 7
- 5
src/core/pxe_export.c 查看文件

@@ -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 );

Loading…
取消
儲存