On 11/21/18 12:58, Ard Biesheuvel wrote: > We no longer use per-instance GUIDs to identify NOR flash banks so > there is no longer a need to define them. Drop the Guid member from > the NOR_FLASH_DESCRIPTION type. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel <[email protected]> > --- > This patch should not be merged before users in edk2-platforms have been > updated. > > ArmPlatformPkg/Include/Library/NorFlashPlatformLib.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/ArmPlatformPkg/Include/Library/NorFlashPlatformLib.h > b/ArmPlatformPkg/Include/Library/NorFlashPlatformLib.h > index e9e1c060787d..e99a217c3a51 100644 > --- a/ArmPlatformPkg/Include/Library/NorFlashPlatformLib.h > +++ b/ArmPlatformPkg/Include/Library/NorFlashPlatformLib.h > @@ -20,7 +20,6 @@ typedef struct { > UINTN RegionBaseAddress; // Start address of one single region > UINTN Size; > UINTN BlockSize; > - EFI_GUID Guid; > } NOR_FLASH_DESCRIPTION; > > EFI_STATUS >
Reviewed-by: Laszlo Ersek <[email protected]> _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

