Re: [U-Boot] [PATCH 2/2] env: Fix saving environment to "bad CRC" location

2019-01-25 Thread Sam Protsenko
sts.denx.de > > Cc: "Tom Rini" , "Nicholas Faustini" > > , "Maxime Ripard" > > > > Betreff: [U-Boot] [PATCH 2/2] env: Fix saving environment to "bad CRC" > > location > > > > In case when the environment on some loca

Re: [U-Boot] [PATCH 2/2] env: Fix saving environment to "bad CRC" location

2019-01-24 Thread Frank Wunderlich
m Protsenko" > An: u-boot@lists.denx.de > Cc: "Tom Rini" , "Nicholas Faustini" > , "Maxime Ripard" > > Betreff: [U-Boot] [PATCH 2/2] env: Fix saving environment to "bad CRC" > location > > In case when the environment on some loc

Re: [U-Boot] [PATCH 2/2] env: Fix saving environment to "bad CRC" location

2019-01-21 Thread Simon Goldschmidt
Am 21.01.2019 um 10:18 schrieb Simon Goldschmidt: Am 19.01.2019 um 14:28 schrieb Sam Protsenko: Hi Simon, On Fri, Jan 18, 2019 at 10:46 PM Simon Goldschmidt wrote: Am Fr., 18. Jan. 2019, 20:20 hat Sam Protsenko geschrieben: In case when the environment on some location is malformed (CR

Re: [U-Boot] [PATCH 2/2] env: Fix saving environment to "bad CRC" location

2019-01-21 Thread Simon Goldschmidt
Am 19.01.2019 um 14:28 schrieb Sam Protsenko: Hi Simon, On Fri, Jan 18, 2019 at 10:46 PM Simon Goldschmidt wrote: Am Fr., 18. Jan. 2019, 20:20 hat Sam Protsenko geschrieben: In case when the environment on some location is malformed (CRC isn't matching), there is a chance we won't be ab

Re: [U-Boot] [PATCH 2/2] env: Fix saving environment to "bad CRC" location

2019-01-19 Thread Sam Protsenko
Hi Simon, On Fri, Jan 18, 2019 at 10:46 PM Simon Goldschmidt wrote: > > > > Am Fr., 18. Jan. 2019, 20:20 hat Sam Protsenko > geschrieben: >> >> In case when the environment on some location is malformed (CRC isn't >> matching), there is a chance we won't be able to save the environment to >> th

Re: [U-Boot] [PATCH 2/2] env: Fix saving environment to "bad CRC" location

2019-01-18 Thread Simon Goldschmidt
Am Fr., 18. Jan. 2019, 20:20 hat Sam Protsenko geschrieben: > In case when the environment on some location is malformed (CRC isn't > matching), there is a chance we won't be able to save the environment to > that location. For example, consider the case when we only have the > environment on eMM

[U-Boot] [PATCH 2/2] env: Fix saving environment to "bad CRC" location

2019-01-18 Thread Sam Protsenko
In case when the environment on some location is malformed (CRC isn't matching), there is a chance we won't be able to save the environment to that location. For example, consider the case when we only have the environment on eMMC, but it's zeroed out. In that case, we won't be able to "env save" t