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 <ard.biesheuvel@linaro.org> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Tested-by: Thomas Abraham <thomas.abraham@arm.com>
This commit is contained in:
		@@ -20,7 +20,6 @@ typedef struct {
 | 
				
			|||||||
  UINTN       RegionBaseAddress;    // Start address of one single region
 | 
					  UINTN       RegionBaseAddress;    // Start address of one single region
 | 
				
			||||||
  UINTN       Size;
 | 
					  UINTN       Size;
 | 
				
			||||||
  UINTN       BlockSize;
 | 
					  UINTN       BlockSize;
 | 
				
			||||||
  EFI_GUID    Guid;
 | 
					 | 
				
			||||||
} NOR_FLASH_DESCRIPTION;
 | 
					} NOR_FLASH_DESCRIPTION;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
EFI_STATUS
 | 
					EFI_STATUS
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user