From 13d5d0a56e486be39f95c5e0883e64698ed02714 Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Wed, 21 Nov 2018 12:58:28 +0100 Subject: [PATCH] ArmPlatformPkg/NorFlashPlatformLib: remove unused Guid member from struct 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 Reviewed-by: Laszlo Ersek Tested-by: Thomas Abraham --- 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 e9e1c06078..e99a217c3a 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