X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=DuetPkg%2FEfiLdr%2FPeLoader.c;h=5f132123759aceb19265dcdff4903c3e33d4bedb;hp=7fafdfb14bf0b099f5f56dd79eb19fbb9e4489d3;hb=3ea9a5c763a4b777beb77f1fe2d273d6d7a285bf;hpb=579ac2064ba4dc12ffe8306424e675c08892b5df diff --git a/DuetPkg/EfiLdr/PeLoader.c b/DuetPkg/EfiLdr/PeLoader.c index 7fafdfb14b..5f13212375 100644 --- a/DuetPkg/EfiLdr/PeLoader.c +++ b/DuetPkg/EfiLdr/PeLoader.c @@ -1,6 +1,6 @@ /*++ -Copyright (c) 2006, Intel Corporation. All rights reserved.
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -630,12 +630,6 @@ EfiLdrPeCoffCheckImageMachineType ( } #endif -#ifdef MDE_CPU_IPF - if (MachineType == EFI_IMAGE_MACHINE_IA64) { - Status = EFI_SUCCESS; - } -#endif - return Status; }