]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BeagleBoardPkg/Flash/Flash.h
Added a library for the default exception handler and started to add a dissasembler...
[mirror_edk2.git] / BeagleBoardPkg / Flash / Flash.h
index 533e416c7ee5de495d45d5f2d97865ff9f408eee..2e95b96bb925d1079f7f8aa7edda56e72cbb8a1a 100644 (file)
 
 #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;