Re: [U-Boot] [PATCH] gpt: support random UUIDs without setting environment variables

2015-02-23 Thread Przemyslaw Marczak
Hello, On 02/22/2015 11:46 PM, Rob Herring wrote: On Wed, Feb 18, 2015 at 11:48 AM, Przemyslaw Marczak p.marc...@samsung.com wrote: Hello Rob, Sorry for delay. On 01/26/2015 04:44 PM, Rob Herring wrote: Currently, an environment variable must be used to store the randomly generated UUID

Re: [U-Boot] [PATCH] gpt: support random UUIDs without setting environment variables

2015-02-22 Thread Rob Herring
On Wed, Feb 18, 2015 at 11:48 AM, Przemyslaw Marczak p.marc...@samsung.com wrote: Hello Rob, Sorry for delay. On 01/26/2015 04:44 PM, Rob Herring wrote: Currently, an environment variable must be used to store the randomly generated UUID for each partition. This is not necessary, so make

Re: [U-Boot] [PATCH] gpt: support random UUIDs without setting environment variables

2015-02-18 Thread Przemyslaw Marczak
Hello Rob, Sorry for delay. On 01/26/2015 04:44 PM, Rob Herring wrote: Currently, an environment variable must be used to store the randomly generated UUID for each partition. This is not necessary, so make storing the UUID optional. Now passing uuid_disk and uuid are optional when random

[U-Boot] [PATCH] gpt: support random UUIDs without setting environment variables

2015-01-26 Thread Rob Herring
Currently, an environment variable must be used to store the randomly generated UUID for each partition. This is not necessary, so make storing the UUID optional. Now passing uuid_disk and uuid are optional when random UUIDs are enabled. Signed-off-by: Rob Herring r...@kernel.org ---