]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/EfiLdr/PeLoader.c
DuetPkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / DuetPkg / EfiLdr / PeLoader.c
index 7fafdfb14bf0b099f5f56dd79eb19fbb9e4489d3..5f132123759aceb19265dcdff4903c3e33d4bedb 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
 /*++\r
 \r
-Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
 This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
@@ -630,12 +630,6 @@ EfiLdrPeCoffCheckImageMachineType (
   }\r
 #endif\r
 \r
   }\r
 #endif\r
 \r
-#ifdef MDE_CPU_IPF\r
-  if (MachineType == EFI_IMAGE_MACHINE_IA64) {\r
-    Status = EFI_SUCCESS;\r
-  }\r
-#endif\r
-\r
   return Status;\r
 }\r
 \r
   return Status;\r
 }\r
 \r