RE: [RFC PATCH v4 28/28] board: keymile: common: Use environment to store IVM_* variables.

2022-08-15 Thread Holger Brunck
> Le lundi 20 juin 2022, 19:33:24 CEST Tom Rini a écrit : > > On Mon, Jun 20, 2022 at 04:08:32PM +, Holger Brunck wrote: > > > > > > On Fri, Jun 17, 2022 at 12:31:58AM +0200, Francis Laniel wrote: > > > > > > > These boards used set_local_var() to store some variables as > > > > > > > local she

Re: [RFC PATCH v4 28/28] board: keymile: common: Use environment to store IVM_* variables.

2022-08-12 Thread Francis Laniel
Hi. Le lundi 20 juin 2022, 19:33:24 CEST Tom Rini a écrit : > On Mon, Jun 20, 2022 at 04:08:32PM +, Holger Brunck wrote: > > > > > On Fri, Jun 17, 2022 at 12:31:58AM +0200, Francis Laniel wrote: > > > > > > These boards used set_local_var() to store some variables as local > > > > > > shell. >

Re: [RFC PATCH v4 28/28] board: keymile: common: Use environment to store IVM_* variables.

2022-06-20 Thread Tom Rini
On Mon, Jun 20, 2022 at 04:08:32PM +, Holger Brunck wrote: > > > > On Fri, Jun 17, 2022 at 12:31:58AM +0200, Francis Laniel wrote: > > > > > > > > > These boards used set_local_var() to store some variables as local > > > > > shell. > > > > > They then used get_local_var() to retrieve the vari

RE: [RFC PATCH v4 28/28] board: keymile: common: Use environment to store IVM_* variables.

2022-06-20 Thread Holger Brunck
> > > On Fri, Jun 17, 2022 at 12:31:58AM +0200, Francis Laniel wrote: > > > > > > > These boards used set_local_var() to store some variables as local > > > > shell. > > > > They then used get_local_var() to retrieve the variables values. > > > > > > > > Instead of using local shell variables, the

Re: [RFC PATCH v4 28/28] board: keymile: common: Use environment to store IVM_* variables.

2022-06-20 Thread Tom Rini
On Mon, Jun 20, 2022 at 03:27:34PM +, Holger Brunck wrote: > Hi Francis, > > > On Fri, Jun 17, 2022 at 12:31:58AM +0200, Francis Laniel wrote: > > > > > These boards used set_local_var() to store some variables as local shell. > > > They then used get_local_var() to retrieve the variables val

RE: [RFC PATCH v4 28/28] board: keymile: common: Use environment to store IVM_* variables.

2022-06-20 Thread Holger Brunck
Hi Francis, > On Fri, Jun 17, 2022 at 12:31:58AM +0200, Francis Laniel wrote: > > > These boards used set_local_var() to store some variables as local shell. > > They then used get_local_var() to retrieve the variables values. > > > > Instead of using local shell variables, they should use enviro

RE: [RFC PATCH v4 28/28] board: keymile: common: Use environment to store IVM_* variables.

2022-06-20 Thread Aleksandar Gerasimovski
On Fri, Jun 17, 2022 at 12:31:58AM +0200, Francis Laniel wrote: > These boards used set_local_var() to store some variables as local shell. > They then used get_local_var() to retrieve the variables values. > > Instead of using local shell variables, they should use environment > ones (like a ma

Re: [RFC PATCH v4 28/28] board: keymile: common: Use environment to store IVM_* variables.

2022-06-17 Thread Tom Rini
On Fri, Jun 17, 2022 at 12:31:58AM +0200, Francis Laniel wrote: > These boards used set_local_var() to store some variables as local shell. > They then used get_local_var() to retrieve the variables values. > > Instead of using local shell variables, they should use environment ones > (like a >