Re: [U-Boot] [PATCH] tools: fix env_flags build

2016-02-14 Thread Tom Rini
On Sun, Feb 14, 2016 at 09:32:26AM +0100, Lubomir Rintel wrote: > $ make tools-all > ... > In file included from tools/env/env_flags.c:1:0: > tools/env/../../common/env_flags.c: In function > ‘env_flags_parse_varaccess_from_binflags’: > tools/env/../../common/env_flags.c:156:18: wa

[U-Boot] [PATCH] tools: fix env_flags build

2016-02-14 Thread Lubomir Rintel
$ make tools-all ... In file included from tools/env/env_flags.c:1:0: tools/env/../../common/env_flags.c: In function ‘env_flags_parse_varaccess_from_binflags’: tools/env/../../common/env_flags.c:156:18: warning: implicit declaration of function ‘ARRAY_SIZE’ [-Wimplicit-function