Re: [U-Boot] [PATCH 2/3] cmd_partuuid: add command to retrieve a partition's UUID

2012-08-17 Thread Lukasz Majewski
Hi Stephen, On 08/16/2012 05:15 PM, Stephen Warren wrote: This implements the following: partuuid mmc 0:1 - prints the partition's UUID. partuuic mmc 0:1 uuid - sets environment variable uuid to the partition's UUID. This can be useful when writing a bootcmd which searches

Re: [U-Boot] [PATCH 2/3] cmd_partuuid: add command to retrieve a partition's UUID

2012-08-17 Thread Stephen Warren
On 08/17/2012 12:46 AM, Lukasz Majewski wrote: Hi Stephen, On 08/16/2012 05:15 PM, Stephen Warren wrote: This implements the following: partuuid mmc 0:1 - prints the partition's UUID. partuuic mmc 0:1 uuid - sets environment variable uuid to the partition's UUID. This can be useful

Re: [U-Boot] [PATCH 2/3] cmd_partuuid: add command to retrieve a partition's UUID

2012-08-17 Thread Lukasz Majewski
On Fri, 17 Aug 2012 09:08:16 -0600 Stephen Warren swar...@wwwdotorg.org wrote: On 08/17/2012 12:46 AM, Lukasz Majewski wrote: Hi Stephen, On 08/16/2012 05:15 PM, Stephen Warren wrote: This implements the following: partuuid mmc 0:1 - prints the partition's UUID. partuuic mmc

[U-Boot] [PATCH 2/3] cmd_partuuid: add command to retrieve a partition's UUID

2012-08-16 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com This implements the following: partuuid mmc 0:1 - prints the partition's UUID. partuuic mmc 0:1 uuid - sets environment variable uuid to the partition's UUID. This can be useful when writing a bootcmd which searches all known devices for something

Re: [U-Boot] [PATCH 2/3] cmd_partuuid: add command to retrieve a partition's UUID

2012-08-16 Thread Stephen Warren
On 08/16/2012 05:15 PM, Stephen Warren wrote: This implements the following: partuuid mmc 0:1 - prints the partition's UUID. partuuic mmc 0:1 uuid - sets environment variable uuid to the partition's UUID. This can be useful when writing a bootcmd which searches all known devices for