Re: [PATCH] env: Fix default environment saving issue

2023-07-18 Thread Tom Rini
On Tue, Jul 04, 2023 at 12:16:07AM -0600, Ashok Reddy Soma wrote: > When CONFIG_SYS_REDUNDAND_ENVIRONMENT is enabled, by default env is > getting saved to redundant environment irrespective of primary env is > present or not. > > It means even if primary and redundant environment are not present,

Re: [PATCH] env: Fix default environment saving issue

2023-07-18 Thread Michal Simek
On 7/4/23 08:16, Ashok Reddy Soma wrote: When CONFIG_SYS_REDUNDAND_ENVIRONMENT is enabled, by default env is getting saved to redundant environment irrespective of primary env is present or not. It means even if primary and redundant environment are not present, by default, env is getting sto

Re: [PATCH] env: Fix default environment saving issue

2023-07-07 Thread Simon Glass
On Tue, 4 Jul 2023 at 07:16, Ashok Reddy Soma wrote: > > When CONFIG_SYS_REDUNDAND_ENVIRONMENT is enabled, by default env is > getting saved to redundant environment irrespective of primary env is > present or not. > > It means even if primary and redundant environment are not present, by > defaul

[PATCH] env: Fix default environment saving issue

2023-07-03 Thread Ashok Reddy Soma
When CONFIG_SYS_REDUNDAND_ENVIRONMENT is enabled, by default env is getting saved to redundant environment irrespective of primary env is present or not. It means even if primary and redundant environment are not present, by default, env is getting stored to redundant environment. Even if primary