Re: [U-Boot] [PATCH v2 22/34] env: Add a new implementation of environment access

2017-08-01 Thread Simon Glass
Hi Tom, On 26 July 2017 at 14:13, Tom Rini wrote: > On Wed, Jul 26, 2017 at 12:02:55PM -0600, Simon Glass wrote: >> Hi Tom, >> >> On 26 July 2017 at 11:23, Tom Rini wrote: >> > On Wed, Jul 26, 2017 at 10:32:51AM -0600, Simon Glass wrote: >> >> Hi Tom, >> >> >> >> On 26 July 2017 at 10:04, Tom Ri

Re: [U-Boot] [PATCH v2 22/34] env: Add a new implementation of environment access

2017-07-26 Thread Tom Rini
On Wed, Jul 26, 2017 at 12:02:55PM -0600, Simon Glass wrote: > Hi Tom, > > On 26 July 2017 at 11:23, Tom Rini wrote: > > On Wed, Jul 26, 2017 at 10:32:51AM -0600, Simon Glass wrote: > >> Hi Tom, > >> > >> On 26 July 2017 at 10:04, Tom Rini wrote: > >> > On Sun, Jul 23, 2017 at 09:19:57PM -0600,

Re: [U-Boot] [PATCH v2 22/34] env: Add a new implementation of environment access

2017-07-26 Thread Simon Glass
Hi Tom, On 26 July 2017 at 11:23, Tom Rini wrote: > On Wed, Jul 26, 2017 at 10:32:51AM -0600, Simon Glass wrote: >> Hi Tom, >> >> On 26 July 2017 at 10:04, Tom Rini wrote: >> > On Sun, Jul 23, 2017 at 09:19:57PM -0600, Simon Glass wrote: >> > >> >> We plan to move to a environment access via dri

Re: [U-Boot] [PATCH v2 22/34] env: Add a new implementation of environment access

2017-07-26 Thread Tom Rini
On Wed, Jul 26, 2017 at 10:32:51AM -0600, Simon Glass wrote: > Hi Tom, > > On 26 July 2017 at 10:04, Tom Rini wrote: > > On Sun, Jul 23, 2017 at 09:19:57PM -0600, Simon Glass wrote: > > > >> We plan to move to a environment access via drivers for each location > >> where the environment can be st

Re: [U-Boot] [PATCH v2 22/34] env: Add a new implementation of environment access

2017-07-26 Thread Simon Glass
Hi Tom, On 26 July 2017 at 10:04, Tom Rini wrote: > On Sun, Jul 23, 2017 at 09:19:57PM -0600, Simon Glass wrote: > >> We plan to move to a environment access via drivers for each location >> where the environment can be stored. Add an implementation for this. So >> far it is not used, but will be

Re: [U-Boot] [PATCH v2 22/34] env: Add a new implementation of environment access

2017-07-26 Thread Tom Rini
On Sun, Jul 23, 2017 at 09:19:57PM -0600, Simon Glass wrote: > We plan to move to a environment access via drivers for each location > where the environment can be stored. Add an implementation for this. So > far it is not used, but will be pressed into service in a future patch. > > Signed-off-b

[U-Boot] [PATCH v2 22/34] env: Add a new implementation of environment access

2017-07-23 Thread Simon Glass
We plan to move to a environment access via drivers for each location where the environment can be stored. Add an implementation for this. So far it is not used, but will be pressed into service in a future patch. Signed-off-by: Simon Glass --- Changes in v2: None env/Makefile | 2 +- env/en