Re: [U-Boot] [PATCH v2 01/21] part: move efi_guid_t

2017-09-12 Thread Simon Glass
On 10 September 2017 at 05:21, Rob Clark wrote: > Prep work for next patch. Move it where? Reviewed-by: Simon Glass > > Signed-off-by: Rob Clark > --- > include/efi.h | 4 > include/part.h | 3 ++- > include/part_efi.h | 4 > 3 files changed, 6 insertions(+), 5 deletions(-

Re: [U-Boot] [PATCH v2 01/21] part: move efi_guid_t

2017-09-11 Thread Heinrich Schuchardt
On 09/10/2017 01:21 PM, Rob Clark wrote: > Prep work for next patch. > > Signed-off-by: Rob Clark > --- > include/efi.h | 4 > include/part.h | 3 ++- > include/part_efi.h | 4 > 3 files changed, 6 insertions(+), 5 deletions(-) > > diff --git a/include/efi.h b/include/efi.h >

[U-Boot] [PATCH v2 01/21] part: move efi_guid_t

2017-09-10 Thread Rob Clark
Prep work for next patch. Signed-off-by: Rob Clark --- include/efi.h | 4 include/part.h | 3 ++- include/part_efi.h | 4 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/include/efi.h b/include/efi.h index 02b78b31b1..87b0b43f20 100644 --- a/include/efi.h +++ b/