diff options
| author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-05-11 00:06:03 +0200 | 
|---|---|---|
| committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-05-11 00:06:03 +0200 | 
| commit | e825b100d209a9d3c79b2998452cafa94eec986a (patch) | |
| tree | e1654c4d745839eba8d37f67d15acde79382e23e /include/part_efi.h | |
| parent | b03b25caea1ff3a501161f5bc1ad5e5b5b124e0c (diff) | |
| parent | 66a62ce0dc48d2319938c72f34a562f519c5d5c2 (diff) | |
| download | olio-uboot-2014.01-e825b100d209a9d3c79b2998452cafa94eec986a.tar.xz olio-uboot-2014.01-e825b100d209a9d3c79b2998452cafa94eec986a.zip | |
Merge branch 'u-boot-pxa/master' into 'u-boot-arm/master'
Diffstat (limited to 'include/part_efi.h')
| -rw-r--r-- | include/part_efi.h | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/include/part_efi.h b/include/part_efi.h index 6de0a3258..95e4c8f61 100644 --- a/include/part_efi.h +++ b/include/part_efi.h @@ -38,7 +38,6 @@  #define EFI_PMBR_OSTYPE_EFI 0xEF  #define EFI_PMBR_OSTYPE_EFI_GPT 0xEE -#define GPT_BLOCK_SIZE 512  #define GPT_HEADER_SIGNATURE 0x5452415020494645ULL  #define GPT_HEADER_REVISION_V1 0x00010000  #define GPT_PRIMARY_PARTITION_TABLE_LBA 1ULL @@ -112,7 +111,6 @@ typedef struct _gpt_header {  	__le32 num_partition_entries;  	__le32 sizeof_partition_entry;  	__le32 partition_entry_array_crc32; -	u8 reserved2[GPT_BLOCK_SIZE - 92];  } __packed gpt_header;  typedef union _gpt_entry_attributes { |