]> git.sur5r.net Git - u-boot/commit
tools/env: move envmatch further up in file to avoid forward declarations
authorAndreas Fenkart <andreas.fenkart@digitalstrom.com>
Sat, 16 Jul 2016 15:06:14 +0000 (17:06 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 22 Jul 2016 18:46:22 +0000 (14:46 -0400)
commit1b7427cd2ab6aae150559ee2edc8965fda113fdf
tree08b8891da7471f3c3f8debf54f539d97eef154d1
parentfd4e3280e50983aa4d646f2c8fc93b38cc1dddf9
tools/env: move envmatch further up in file to avoid forward declarations

forward declaration not needed when re-ordered

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Andreas Fenkart <andreas.fenkart@digitalstrom.com>
tools/env/fw_env.c