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 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. > >>> partuui

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 U

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

2012-08-16 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 boo

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 >

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

2012-08-16 Thread Stephen Warren
From: Stephen Warren 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 bootable, and then