apalis_imx6: unify sd/mmc drive strength with linux kernel settings
[oweals/u-boot.git] / include / efi.h
index b5e2c64f38b59a2c57dfe8f305e538f1ddacd54b..d98441ab19de1f16a34fe35df8c861ba980d0933 100644 (file)
@@ -49,7 +49,7 @@ struct efi_device_path;
 
 typedef struct {
        u8 b[16];
-} efi_guid_t;
+} efi_guid_t __attribute__((aligned(8)));
 
 #define EFI_BITS_PER_LONG      (sizeof(long) * 8)