Browse Source

[pxe] Remove obsolete references to pxeparent_dhcp

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 9 years ago
parent
commit
81112dea5f
2 changed files with 0 additions and 6 deletions
  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 View File

@@ -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 View File

@@ -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…
Cancel
Save