Re: [U-Boot] [PATCH v1] gpt: Fix uuid string format

2017-03-08 Thread Simon Glass
Hi Andy, On 3 March 2017 at 08:18, Andy Shevchenko wrote: > On Fri, Mar 3, 2017 at 6:52 AM, Simon Glass wrote: >> Hi Andy, >> >> On 27 February 2017 at 07:11, Andy Shevchenko >> wrote: >>> From: Vincent Tinelli >>> >>> Change GPT UUID string format from UUID to GUID per specification. >>> >>>

Re: [U-Boot] [PATCH v1] gpt: Fix uuid string format

2017-03-03 Thread Andy Shevchenko
On Fri, Mar 3, 2017 at 6:52 AM, Simon Glass wrote: > Hi Andy, > > On 27 February 2017 at 07:11, Andy Shevchenko > wrote: >> From: Vincent Tinelli >> >> Change GPT UUID string format from UUID to GUID per specification. >> >> Signed-off-by: Vincent Tinelli >> --- >> cmd/gpt.c | 2 +- >> d

Re: [U-Boot] [PATCH v1] gpt: Fix uuid string format

2017-03-02 Thread Simon Glass
Hi Andy, On 27 February 2017 at 07:11, Andy Shevchenko wrote: > From: Vincent Tinelli > > Change GPT UUID string format from UUID to GUID per specification. > > Signed-off-by: Vincent Tinelli > --- > cmd/gpt.c | 2 +- > disk/part_efi.c | 2 +- > 2 files changed, 2 insertions(+), 2 deleti

[U-Boot] [PATCH v1] gpt: Fix uuid string format

2017-02-27 Thread Andy Shevchenko
From: Vincent Tinelli Change GPT UUID string format from UUID to GUID per specification. Signed-off-by: Vincent Tinelli --- cmd/gpt.c | 2 +- disk/part_efi.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/gpt.c b/cmd/gpt.c index 196f506335..3e98821868 100644 -