Re: [U-Boot] [PATCH v2 14/16] stm32mp1: add check for presence of environment in boot device

2019-07-12 Thread Patrick DELAUNAY
Hi, > From: Patrick DELAUNAY > Sent: vendredi 5 juillet 2019 17:20 > > For boot from flash, check presence of default environment to force save env. > > Signed-off-by: Patrick Delaunay > --- > > Changes in v2: None > > include/configs/stm32mp1.h | 4 > 1 file changed, 4 insertions(+)

Re: [U-Boot] [PATCH v2 14/16] stm32mp1: add check for presence of environment in boot device

2019-07-07 Thread Pierre-Jean Texier
Le 05/07/2019 à 17:20, Patrick Delaunay a écrit : For boot from flash, check presence of default environment to force save env. Signed-off-by: Patrick Delaunay --- Changes in v2: None include/configs/stm32mp1.h | 4 1 file changed, 4 insertions(+) diff --git

[U-Boot] [PATCH v2 14/16] stm32mp1: add check for presence of environment in boot device

2019-07-05 Thread Patrick Delaunay
For boot from flash, check presence of default environment to force save env. Signed-off-by: Patrick Delaunay --- Changes in v2: None include/configs/stm32mp1.h | 4 1 file changed, 4 insertions(+) diff --git a/include/configs/stm32mp1.h b/include/configs/stm32mp1.h index