Re: [U-Boot] [PATCH V3 1/4] README: document CONFIG_ENV_IS_IN_MMC

2013-06-04 Thread Fleming Andy-AFLEMING
I'll take them. It's on my todo list for this week On Jun 4, 2013, at 14:31, "Stephen Warren" wrote: > On 05/23/2013 02:51 PM, Stephen Warren wrote: >> From: Stephen Warren >> >> Describe the meaning of CONFIG_ENV_IS_IN_MMC, and all related defines that >> must or can be set when using that op

Re: [U-Boot] [PATCH V3 1/4] README: document CONFIG_ENV_IS_IN_MMC

2013-06-04 Thread Stephen Warren
On 05/23/2013 02:51 PM, Stephen Warren wrote: > From: Stephen Warren > > Describe the meaning of CONFIG_ENV_IS_IN_MMC, and all related defines that > must or can be set when using that option. Andy, do you intend to take these patches for the upcoming release, or defer them until the next one? T

Re: [U-Boot] [PATCH V3 1/4] README: document CONFIG_ENV_IS_IN_MMC

2013-05-24 Thread Tom Warren
m Warren > Cc: u-boot@lists.denx.de; Stephen Warren; Andy Fleming > Subject: Re: [U-Boot] [PATCH V3 1/4] README: document > CONFIG_ENV_IS_IN_MMC > > On 05/24/2013 09:24 AM, Tom Rini wrote: > > On Thu, May 23, 2013 at 02:51:44PM -0600, Stephen Warren wrote: > > > >>

Re: [U-Boot] [PATCH V3 1/4] README: document CONFIG_ENV_IS_IN_MMC

2013-05-24 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/24/2013 11:47 AM, Stephen Warren wrote: > On 05/24/2013 09:24 AM, Tom Rini wrote: >> On Thu, May 23, 2013 at 02:51:44PM -0600, Stephen Warren wrote: >> >>> From: Stephen Warren >>> >>> Describe the meaning of CONFIG_ENV_IS_IN_MMC, and all rela

Re: [U-Boot] [PATCH V3 1/4] README: document CONFIG_ENV_IS_IN_MMC

2013-05-24 Thread Stephen Warren
On 05/24/2013 09:24 AM, Tom Rini wrote: > On Thu, May 23, 2013 at 02:51:44PM -0600, Stephen Warren wrote: > >> From: Stephen Warren >> >> Describe the meaning of CONFIG_ENV_IS_IN_MMC, and all related >> defines that must or can be set when using that option. >> >> Signed-off-by: Stephen Warren

Re: [U-Boot] [PATCH V3 1/4] README: document CONFIG_ENV_IS_IN_MMC

2013-05-24 Thread Tom Rini
On Thu, May 23, 2013 at 02:51:44PM -0600, Stephen Warren wrote: > From: Stephen Warren > > Describe the meaning of CONFIG_ENV_IS_IN_MMC, and all related defines that > must or can be set when using that option. > > Signed-off-by: Stephen Warren Acked-by: Tom Rini -- Tom signature.asc Des

Re: [U-Boot] [PATCH V3 1/4] README: document CONFIG_ENV_IS_IN_MMC

2013-05-23 Thread Peter Korsgaard
> "Stephen" == Stephen Warren writes: Stephen> On 05/23/2013 03:59 PM, Peter Korsgaard wrote: >>> "S" == Stephen Warren writes: >> Stephen> ... S> + These two values are in units of bytes, but must be aligned to an S> + MMC sector boundary. >> >> s/to an/to a/ Stephen

Re: [U-Boot] [PATCH V3 1/4] README: document CONFIG_ENV_IS_IN_MMC

2013-05-23 Thread Stephen Warren
On 05/23/2013 03:59 PM, Peter Korsgaard wrote: >> "S" == Stephen Warren writes: > ... > S> + These two values are in units of bytes, but must be aligned to an > S> + MMC sector boundary. > > s/to an/to a/ http://owl.english.purdue.edu/owl/resource/540/1/ disagrees since the M starts w

Re: [U-Boot] [PATCH V3 1/4] README: document CONFIG_ENV_IS_IN_MMC

2013-05-23 Thread Peter Korsgaard
> "S" == Stephen Warren writes: S> From: Stephen Warren S> Describe the meaning of CONFIG_ENV_IS_IN_MMC, and all related defines that S> must or can be set when using that option. S> Signed-off-by: Stephen Warren S> --- S> v3: S> * Mention that env size/offset are in bytes. S> * Fi

[U-Boot] [PATCH V3 1/4] README: document CONFIG_ENV_IS_IN_MMC

2013-05-23 Thread Stephen Warren
From: Stephen Warren Describe the meaning of CONFIG_ENV_IS_IN_MMC, and all related defines that must or can be set when using that option. Signed-off-by: Stephen Warren --- v3: * Mention that env size/offset are in bytes. * Fix typo; s/CONFIG_ENV_OFFSET/CONFIG_ENV_SIZE/ in one place. v2: New pa