Lubomir Rintel ed0f40a673 tools: fix env_flags build
$ 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-declaration]
      for (i = 0; i < ARRAY_SIZE(env_flags_varaccess_mask); i++)
                      ^
Seems like the other utilities just add a copy of ARRAY_SIZE since
there's nowhere to include it from (tools/imagetool.h,
tools/mxsimage.h). Let's do the same here.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
2016-02-15 20:58:25 +00:00
..
2016-01-15 08:09:46 -05:00
2016-02-08 10:22:41 -05:00
2016-01-04 12:25:35 -05:00
2015-05-21 09:13:19 -04:00
2014-03-21 16:43:59 -04:00
2016-02-15 20:58:25 +00:00
2014-04-17 17:44:36 -04:00
2014-03-21 16:43:59 -04:00
2014-03-21 16:43:59 -04:00
2015-11-12 13:18:59 -05:00
2015-01-05 12:08:51 -05:00
2016-02-06 12:00:59 +01:00
2015-10-19 17:06:16 -04:00
2016-02-06 12:00:59 +01:00
2014-09-16 12:23:56 -04:00
2016-01-16 07:06:55 +01:00