X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFspWrapperPkg%2FFspNotifyDxe%2FLoadBelow4G.c;h=089413cc3ef68caec37eb60e25dd1b24bf5be41a;hp=6f06e24cae6e08895f90d0d9b9d6d7384d2fb40b;hb=bcee1b9f172a606b1c4ee86dcda04c15718c4ed9;hpb=d953f4f1ae9cce2c09cd71aa3e2a2cb2283b33fa diff --git a/IntelFspWrapperPkg/FspNotifyDxe/LoadBelow4G.c b/IntelFspWrapperPkg/FspNotifyDxe/LoadBelow4G.c index 6f06e24cae..089413cc3e 100644 --- a/IntelFspWrapperPkg/FspNotifyDxe/LoadBelow4G.c +++ b/IntelFspWrapperPkg/FspNotifyDxe/LoadBelow4G.c @@ -1,6 +1,6 @@ /** @file -Copyright (c) 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2015 - 2017, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions @@ -115,7 +115,7 @@ RelocateImageUnder4GIfNeeded ( // Align buffer on section boundary // ImageContext.ImageAddress += ImageContext.SectionAlignment - 1; - ImageContext.ImageAddress &= ~((EFI_PHYSICAL_ADDRESS)(ImageContext.SectionAlignment - 1)); + ImageContext.ImageAddress &= ~((EFI_PHYSICAL_ADDRESS)ImageContext.SectionAlignment - 1); // // Load the image to our new buffer //