소스 검색

[pxe] Remove obsolete references to pxeparent_dhcp

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 9 년 전
부모
커밋
81112dea5f
2개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  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 파일 보기

@@ -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 파일 보기

@@ -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…
취소
저장