[U-Boot] [PATCH v1 04/15] efi: add some more device path structures
Alexander Graf
agraf at suse.de
Sat Aug 12 12:24:05 UTC 2017
On 10.08.17 20:29, Rob Clark wrote:
> From: Peter Jones <pjones at redhat.com>
>
> Signed-off-by: Peter Jones <pjones at redhat.com>
> Signed-off-by: Rob Clark <robdclark at gmail.com>
> ---
> include/efi_api.h | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++----
> 1 file changed, 58 insertions(+), 4 deletions(-)
>
> diff --git a/include/efi_api.h b/include/efi_api.h
> index ec1b321e8e..b761cf4822 100644
> --- a/include/efi_api.h
> +++ b/include/efi_api.h
> @@ -284,28 +284,82 @@ struct efi_device_path {
> u8 type;
> u8 sub_type;
> u16 length;
> -};
> +} __packed;
This does not match the patch description. Please have additions in one
and packed fixups in a different patch.
Alex
More information about the U-Boot
mailing list