[U-Boot] [PATCH v2 1/4] fw_env: remove duplicated definitions
Joe Hershberger
joe.hershberger at ni.com
Tue Sep 3 22:35:45 UTC 2019
On Mon, Aug 26, 2019 at 6:08 AM Pierre-Jean Texier <pjtexier at koncepto.io> 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 kind of symbol
> static unsigned char ENV_REDUND_ACTIVE = 1;
> ^~~~~~~~~~~~~~~~~
> In file included from tools/env/fw_env.c:13:
> include/env.h:63:2: note: previous definition of ‘ENV_REDUND_ACTIVE’ was here
> ENV_REDUND_ACTIVE = 1,
> ^~~~~~~~~~~~~~~~~
> tools/env/fw_env.c:127:22: error: ‘ENV_REDUND_OBSOLETE’ redeclared as different kind of symbol
> static unsigned char ENV_REDUND_OBSOLETE;
> ^~~~~~~~~~~~~~~~~~~
> In file included from tools/env/fw_env.c:13:
> include/env.h:62:2: note: previous definition of ‘ENV_REDUND_OBSOLETE’ was here
> ENV_REDUND_OBSOLETE = 0,
>
> Signed-off-by: Pierre-Jean Texier <pjtexier at koncepto.io>
> Tested-by: Joris Offouga <offougajoris at gmail.com>
> Tested-by: Heiko Schocher <hs at denx.de>
Acked-by: Joe Hershberger <joe.hershberger at ni.com>
More information about the U-Boot
mailing list