From: Michael Brown Date: Tue, 3 Mar 2015 16:30:09 +0000 (+0000) Subject: [pxe] Remove obsolete references to pxeparent_dhcp X-Git-Tag: v1.20.1~922 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81112dea5f2774474d52feada0ca2237e73f5cc8;p=thirdparty%2Fipxe.git [pxe] Remove obsolete references to pxeparent_dhcp Signed-off-by: Michael Brown --- diff --git a/src/arch/i386/prefix/kkkpxeprefix.S b/src/arch/i386/prefix/kkkpxeprefix.S index 6687a5433..999fe1bf5 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 d177d7d62..d7dd31573 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