Re: [U-Boot] [PATCH v2 31/34] env: Rename setenv() and friends to env_set()

2017-07-26 Thread Tom Rini
On Wed, Jul 26, 2017 at 12:34:33PM -0600, Simon Glass wrote: > Hi Tom, > > On 26 July 2017 at 11:43, Tom Rini wrote: > > On Wed, Jul 26, 2017 at 01:29:48PM -0400, Tom Rini wrote: > >> On Wed, Jul 26, 2017 at 10:28:38AM -0600, Simon Glass wrote: > >> > Hi Tom, > >> > > >> > On 26 July 2017 at 10:1

Re: [U-Boot] [PATCH v2 31/34] env: Rename setenv() and friends to env_set()

2017-07-26 Thread Simon Glass
Hi Tom, On 26 July 2017 at 11:43, Tom Rini wrote: > On Wed, Jul 26, 2017 at 01:29:48PM -0400, Tom Rini wrote: >> On Wed, Jul 26, 2017 at 10:28:38AM -0600, Simon Glass wrote: >> > Hi Tom, >> > >> > On 26 July 2017 at 10:11, Tom Rini wrote: >> > > On Sun, Jul 23, 2017 at 09:20:06PM -0600, Simon Gl

Re: [U-Boot] [PATCH v2 31/34] env: Rename setenv() and friends to env_set()

2017-07-26 Thread Tom Rini
On Wed, Jul 26, 2017 at 01:29:48PM -0400, Tom Rini wrote: > On Wed, Jul 26, 2017 at 10:28:38AM -0600, Simon Glass wrote: > > Hi Tom, > > > > On 26 July 2017 at 10:11, Tom Rini wrote: > > > On Sun, Jul 23, 2017 at 09:20:06PM -0600, Simon Glass wrote: > > > > > >> We are now using an env_ prefix fo

Re: [U-Boot] [PATCH v2 31/34] env: Rename setenv() and friends to env_set()

2017-07-26 Thread Tom Rini
On Wed, Jul 26, 2017 at 10:28:38AM -0600, Simon Glass wrote: > Hi Tom, > > On 26 July 2017 at 10:11, Tom Rini wrote: > > On Sun, Jul 23, 2017 at 09:20:06PM -0600, Simon Glass wrote: > > > >> We are now using an env_ prefix for environment functions. Rename these > >> for consistency. Also add fun

Re: [U-Boot] [PATCH v2 31/34] env: Rename setenv() and friends to env_set()

2017-07-26 Thread Simon Glass
Hi Tom, On 26 July 2017 at 10:11, Tom Rini wrote: > On Sun, Jul 23, 2017 at 09:20:06PM -0600, Simon Glass wrote: > >> We are now using an env_ prefix for environment functions. Rename these >> for consistency. Also add function comments in common.h. >> >> Suggested-by: Wolfgang Denk >> Signed-of

Re: [U-Boot] [PATCH v2 31/34] env: Rename setenv() and friends to env_set()

2017-07-26 Thread Tom Rini
On Sun, Jul 23, 2017 at 09:20:06PM -0600, Simon Glass wrote: > We are now using an env_ prefix for environment functions. Rename these > for consistency. Also add function comments in common.h. > > Suggested-by: Wolfgang Denk > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Add new pa