diff --git a/src/arch/i386/prefix/kkkpxeprefix.S b/src/arch/i386/prefix/kkkpxeprefix.S index 6687a543..999fe1bf 100644 --- a/src/arch/i386/prefix/kkkpxeprefix.S +++ b/src/arch/i386/prefix/kkkpxeprefix.S @@ -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 ) diff --git a/src/arch/i386/prefix/kkpxeprefix.S b/src/arch/i386/prefix/kkpxeprefix.S index d177d7d6..d7dd3157 100644 --- a/src/arch/i386/prefix/kkpxeprefix.S +++ b/src/arch/i386/prefix/kkpxeprefix.S @@ -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