Re: [PATCH 03/16] arm: stm32mp: reset to default environment when serial# change

2020-04-07 Thread Wolfgang Denk
Dear Patrick, In message <60273317e5704581bef81c4beb28a...@sfhdag6node3.st.com> you wrote: > > > I strongly advice against such a method. Please drop that. > > Understood, I drops this patch Thanks. > I introduce this behavior after a internal request and to avoid issues during > tests: >

RE: [PATCH 03/16] arm: stm32mp: reset to default environment when serial# change

2020-04-07 Thread Patrick DELAUNAY
Dear Wolfgang, > From: Wolfgang Denk > Sent: mercredi 1 avril 2020 13:19 > > Dear Patrick, > > In message > <20200331180330.3.I8f6df6d28ce5b4b601ced711af3699d95e1576fb@changeid> > you wrote: > > Serial number is first checked and, in case of mismatch, all > > environment variables are reset to

Re: [PATCH 03/16] arm: stm32mp: reset to default environment when serial# change

2020-04-01 Thread Wolfgang Denk
Dear Patrick, In message <20200331180330.3.I8f6df6d28ce5b4b601ced711af3699d95e1576fb@changeid> you wrote: > Serial number is first checked and, in case of mismatch, all > environment variables are reset to their default value. > > This patch allows to detect that environment is saved in a removab

Re: [PATCH 03/16] arm: stm32mp: reset to default environment when serial# change

2020-04-01 Thread Patrice CHOTARD
Hi Patrick    On 3/31/20 6:04 PM, Patrick Delaunay wrote: > Serial number is first checked and, in case of mismatch, all > environment variables are reset to their default value. > > This patch allows to detect that environment is saved in a removable > device, as a SD card, and reused on a other

[PATCH 03/16] arm: stm32mp: reset to default environment when serial# change

2020-03-31 Thread Patrick Delaunay
Serial number is first checked and, in case of mismatch, all environment variables are reset to their default value. This patch allows to detect that environment is saved in a removable device, as a SD card, and reused on a other board, potentially with incompatible variables. Signed-off-by: Patr