Re: [U-Boot] [PATCH v2 1/4] fw_env: remove duplicated definitions

2019-09-25 Thread Tom Rini
On Mon, Aug 26, 2019 at 01:06:15PM +0200, Pierre-Jean Texier wrote: > Since commit d3716dd ("env: Rename the redundancy flags"), the > definitions of ENV_REDUND_OBSOLETE & ENV_REDUND_ACTIVE was moved > to env.h. > > Fixes: > > tools/env/fw_env.c:122:22: error: ‘ENV_REDUND_ACTIVE’ redeclared as

Re: [U-Boot] [PATCH v2 1/4] fw_env: remove duplicated definitions

2019-09-03 Thread Joe Hershberger
On Mon, Aug 26, 2019 at 6:08 AM Pierre-Jean Texier wrote: > > Since commit d3716dd ("env: Rename the redundancy flags"), the > definitions of ENV_REDUND_OBSOLETE & ENV_REDUND_ACTIVE was moved > to env.h. > > Fixes: > > tools/env/fw_env.c:122:22: error: ‘ENV_REDUND_ACTIVE’ redeclared as different

[U-Boot] [PATCH v2 1/4] fw_env: remove duplicated definitions

2019-08-26 Thread Pierre-Jean Texier
Since commit d3716dd ("env: Rename the redundancy flags"), the definitions of ENV_REDUND_OBSOLETE & ENV_REDUND_ACTIVE was moved to env.h. Fixes: tools/env/fw_env.c:122:22: error: ‘ENV_REDUND_ACTIVE’ redeclared as different kind of symbol static unsigned char ENV_REDUND_ACTIVE = 1;