Re: [U-Boot] [PATCH 32/39] env: Rename the redundancy flags

2019-08-01 Thread Tom Rini
On Thu, Aug 01, 2019 at 12:55:18AM +, Joe Hershberger wrote: > Hi Tom, > > On Wed, Jul 31, 2019 at 7:53 PM Tom Rini wrote: > > > > On Wed, Jul 31, 2019 at 09:20:58PM +, Joe Hershberger wrote: > > > On Wed, Jul 31, 2019 at 4:00 PM Simon Glass wrote: > > > > > > > > Hi Joe, > > > > > > >

Re: [U-Boot] [PATCH 32/39] env: Rename the redundancy flags

2019-07-31 Thread Joe Hershberger
Hi Tom, On Wed, Jul 31, 2019 at 7:53 PM Tom Rini wrote: > > On Wed, Jul 31, 2019 at 09:20:58PM +, Joe Hershberger wrote: > > On Wed, Jul 31, 2019 at 4:00 PM Simon Glass wrote: > > > > > > Hi Joe, > > > > > > On Tue, 30 Jul 2019 at 15:42, Joe Hershberger > > > wrote: > > > > > > > > On

Re: [U-Boot] [PATCH 32/39] env: Rename the redundancy flags

2019-07-31 Thread Tom Rini
On Wed, Jul 31, 2019 at 09:20:58PM +, Joe Hershberger wrote: > On Wed, Jul 31, 2019 at 4:00 PM Simon Glass wrote: > > > > Hi Joe, > > > > On Tue, 30 Jul 2019 at 15:42, Joe Hershberger > > wrote: > > > > > > On Sun, Jul 28, 2019 at 9:27 AM Simon Glass wrote: > > > > > > > > Add an ENV

Re: [U-Boot] [PATCH 32/39] env: Rename the redundancy flags

2019-07-31 Thread Joe Hershberger
On Wed, Jul 31, 2019 at 4:00 PM Simon Glass wrote: > > Hi Joe, > > On Tue, 30 Jul 2019 at 15:42, Joe Hershberger wrote: > > > > On Sun, Jul 28, 2019 at 9:27 AM Simon Glass wrote: > > > > > > Add an ENV prefix to these two flags so that it is clear what they relate > > > to. Also move them to

Re: [U-Boot] [PATCH 32/39] env: Rename the redundancy flags

2019-07-31 Thread Simon Glass
Hi Joe, On Tue, 30 Jul 2019 at 15:42, Joe Hershberger wrote: > > On Sun, Jul 28, 2019 at 9:27 AM Simon Glass wrote: > > > > Add an ENV prefix to these two flags so that it is clear what they relate > > to. Also move them to env.h since they are part of the public API. Use an > > enum rather

Re: [U-Boot] [PATCH 32/39] env: Rename the redundancy flags

2019-07-30 Thread Joe Hershberger
On Sun, Jul 28, 2019 at 9:27 AM Simon Glass wrote: > > Add an ENV prefix to these two flags so that it is clear what they relate > to. Also move them to env.h since they are part of the public API. Use an > enum rather than a #define to tie them together. > > Signed-off-by: Simon Glass > --- > >

[U-Boot] [PATCH 32/39] env: Rename the redundancy flags

2019-07-28 Thread Simon Glass
Add an ENV prefix to these two flags so that it is clear what they relate to. Also move them to env.h since they are part of the public API. Use an enum rather than a #define to tie them together. Signed-off-by: Simon Glass --- cmd/nvedit.c | 2 +- env/eeprom.c | 10