Re: [U-Boot] [RFC PATCH 06/10] env: Support multiple environments

2017-11-17 Thread Maxime Ripard
On Fri, Nov 17, 2017 at 03:40:51PM +0100, Lukasz Majewski wrote: > Hi Maxime, > > > Hi Lukasz, Tom, > > > > On Fri, Nov 17, 2017 at 03:00:15PM +0100, Lukasz Majewski wrote: > > > On Fri, 17 Nov 2017 08:41:05 -0500 > > > Tom Rini wrote: > > > > > > > On Fri, Nov 17, 2017

Re: [U-Boot] [RFC PATCH 06/10] env: Support multiple environments

2017-11-17 Thread Lukasz Majewski
Hi Maxime, > Hi Lukasz, Tom, > > On Fri, Nov 17, 2017 at 03:00:15PM +0100, Lukasz Majewski wrote: > > On Fri, 17 Nov 2017 08:41:05 -0500 > > Tom Rini wrote: > > > > > On Fri, Nov 17, 2017 at 10:24:37AM +0100, Lukasz Majewski wrote: > > > > Hi Maxime, > > > > > > >

Re: [U-Boot] [RFC PATCH 06/10] env: Support multiple environments

2017-11-17 Thread Maxime Ripard
Hi Lukasz, Tom, On Fri, Nov 17, 2017 at 03:00:15PM +0100, Lukasz Majewski wrote: > On Fri, 17 Nov 2017 08:41:05 -0500 > Tom Rini wrote: > > > On Fri, Nov 17, 2017 at 10:24:37AM +0100, Lukasz Majewski wrote: > > > Hi Maxime, > > > > > > > Now that we have everything in

Re: [U-Boot] [RFC PATCH 06/10] env: Support multiple environments

2017-11-17 Thread Lukasz Majewski
On Fri, 17 Nov 2017 08:41:05 -0500 Tom Rini wrote: > On Fri, Nov 17, 2017 at 10:24:37AM +0100, Lukasz Majewski wrote: > > Hi Maxime, > > > > > Now that we have everything in place to support multiple > > > environment, let's make sure the current code can use it. > > > >

Re: [U-Boot] [RFC PATCH 06/10] env: Support multiple environments

2017-11-17 Thread Tom Rini
On Fri, Nov 17, 2017 at 10:24:37AM +0100, Lukasz Majewski wrote: > Hi Maxime, > > > Now that we have everything in place to support multiple environment, > > let's make sure the current code can use it. > > > > The priority used between the various environment is the same one > > that was used

Re: [U-Boot] [RFC PATCH 06/10] env: Support multiple environments

2017-11-17 Thread Lukasz Majewski
Hi Maxime, > Now that we have everything in place to support multiple environment, > let's make sure the current code can use it. > > The priority used between the various environment is the same one > that was used in the code previously. > > At read / init times, the highest priority

[U-Boot] [RFC PATCH 06/10] env: Support multiple environments

2017-11-16 Thread Maxime Ripard
Now that we have everything in place to support multiple environment, let's make sure the current code can use it. The priority used between the various environment is the same one that was used in the code previously. At read / init times, the highest priority environment is going to be