summaryrefslogtreecommitdiff
path: root/BeagleBoardPkg/Flash/Flash.h
diff options
context:
space:
mode:
Diffstat (limited to 'BeagleBoardPkg/Flash/Flash.h')
-rw-r--r--BeagleBoardPkg/Flash/Flash.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/BeagleBoardPkg/Flash/Flash.h b/BeagleBoardPkg/Flash/Flash.h
index 533e416c7e..2e95b96bb9 100644
--- a/BeagleBoardPkg/Flash/Flash.h
+++ b/BeagleBoardPkg/Flash/Flash.h
@@ -83,18 +83,6 @@
#define MAX_RETRY_COUNT 1500
-EFI_BLOCK_IO_MEDIA NandFlashMedia = {
- SIGNATURE_32('n','a','n','d'), // MediaId
- FALSE, // RemovableMedia
- TRUE, // MediaPresent
- TRUE, // LogicalPartition
- FALSE, // ReadOnly
- FALSE, // WriteCaching
- 0, // BlockSize
- 2, // IoAlign
- 0, // Pad
- 0 // LastBlock
-};
typedef struct {
UINT8 ManufactureId;