diff options
author | Michael Brown <mcb30@ipxe.org> | 2015-03-03 16:30:09 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2015-03-03 16:30:09 +0000 |
commit | 81112dea5f2774474d52feada0ca2237e73f5cc8 (patch) | |
tree | 11e901c12fb23f9435732f673ae405eb3bdc936a /src/arch | |
parent | 334eed0cb5473f76789908644a160a8fe814c9cc (diff) | |
download | ipxe-81112dea5f2774474d52feada0ca2237e73f5cc8.tar.gz |
[pxe] Remove obsolete references to pxeparent_dhcp
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/i386/prefix/kkkpxeprefix.S | 3 | ||||
-rw-r--r-- | src/arch/i386/prefix/kkpxeprefix.S | 3 |
2 files changed, 0 insertions, 6 deletions
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 |