Re: [U-Boot] [PATCH 1/2] disk: efi: unify code for finding a valid gpt

2019-04-26 Thread Urja Rannikko
Hi, On Wed, Apr 24, 2019 at 3:55 AM Simon Glass wrote: > > On Wed, 3 Apr 2019 at 06:25, Urja Rannikko wrote: > > > > There were 3 copies of the same sequence, make it into a function. > > > > Signed-off-by: Urja Rannikko > > --- > > disk/part_efi.c | 73 +++-

Re: [U-Boot] [PATCH 1/2] disk: efi: unify code for finding a valid gpt

2019-04-23 Thread Simon Glass
On Wed, 3 Apr 2019 at 06:25, Urja Rannikko wrote: > > There were 3 copies of the same sequence, make it into a function. > > Signed-off-by: Urja Rannikko > --- > disk/part_efi.c | 73 +++-- > 1 file changed, 34 insertions(+), 39 deletions(-) > Reviewe

[U-Boot] [PATCH 1/2] disk: efi: unify code for finding a valid gpt

2019-04-03 Thread Urja Rannikko
There were 3 copies of the same sequence, make it into a function. Signed-off-by: Urja Rannikko --- disk/part_efi.c | 73 +++-- 1 file changed, 34 insertions(+), 39 deletions(-) diff --git a/disk/part_efi.c b/disk/part_efi.c index 239455b816..5f935da4