瀏覽代碼

[pxe] Remove obsolete references to pxeparent_dhcp

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 9 年之前
父節點
當前提交
81112dea5f
共有 2 個文件被更改,包括 0 次插入6 次删除
  1. 0
    3
      src/arch/i386/prefix/kkkpxeprefix.S
  2. 0
    3
      src/arch/i386/prefix/kkpxeprefix.S

+ 0
- 3
src/arch/i386/prefix/kkkpxeprefix.S 查看文件

@@ -7,9 +7,6 @@
7 7
 
8 8
 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )
9 9
 
10
-/* Since we have the whole stack, we can use cached DHCP information */
11
-REQUIRE_OBJECT ( pxeparent_dhcp )
12
-
13 10
 /* Provide the PXENV_FILE_EXIT_HOOK API call */
14 11
 REQUIRE_OBJECT ( pxe_exit_hook )
15 12
 

+ 0
- 3
src/arch/i386/prefix/kkpxeprefix.S 查看文件

@@ -5,9 +5,6 @@
5 5
 
6 6
 FILE_LICENCE ( GPL2_OR_LATER )
7 7
 
8
-/* Since we have the whole stack, we can use cached DHCP information */
9
-REQUEST_OBJECT ( pxeparent_dhcp )
10
-
11 8
 #define PXELOADER_KEEP_UNDI
12 9
 #define PXELOADER_KEEP_PXE
13 10
 #define _pxe_start _kkpxe_start

Loading…
取消
儲存