]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[pxe] Remove obsolete references to pxeparent_dhcp
authorMichael Brown <mcb30@ipxe.org>
Tue, 3 Mar 2015 16:30:09 +0000 (16:30 +0000)
committerMichael Brown <mcb30@ipxe.org>
Tue, 3 Mar 2015 16:30:09 +0000 (16:30 +0000)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/i386/prefix/kkkpxeprefix.S
src/arch/i386/prefix/kkpxeprefix.S

index 6687a543399a4bf02e5a15914369af70460fd2cb..999fe1bf5b63d85595a4adf123bb18a32476ac26 100644 (file)
@@ -7,9 +7,6 @@
 
 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )
 
-/* Since we have the whole stack, we can use cached DHCP information */
-REQUIRE_OBJECT ( pxeparent_dhcp )
-
 /* Provide the PXENV_FILE_EXIT_HOOK API call */
 REQUIRE_OBJECT ( pxe_exit_hook )
 
index d177d7d6203ccfe764183cebc5a6f61b8a674c1a..d7dd31573d7322003495e305f303a9451cc87fd1 100644 (file)
@@ -5,9 +5,6 @@
 
 FILE_LICENCE ( GPL2_OR_LATER )
 
-/* Since we have the whole stack, we can use cached DHCP information */
-REQUEST_OBJECT ( pxeparent_dhcp )
-
 #define PXELOADER_KEEP_UNDI
 #define PXELOADER_KEEP_PXE
 #define _pxe_start _kkpxe_start