]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
tools/env: Fix build failure from missing header include
authorJoe Hershberger <joe.hershberger@ni.com>
Fri, 12 Oct 2012 10:23:37 +0000 (10:23 +0000)
committerTom Rini <trini@ti.com>
Mon, 15 Oct 2012 20:36:48 +0000 (13:36 -0700)
commit06134211eee0a4776ab262cbbd8cfb55e74f4295
tree1f6deba9826ecba9e490c501895c79b52b6683b6
parent34e24b620a559dab6111b067f7a42ed9853dfbea
tools/env: Fix build failure from missing header include

This was introduced in:
8679d0ffdcc0beafea8e6942c0c67cf859afa18e -
COMMON: Use __stringify() instead of MK_STR()

The header is now needed since common.h is not included in this tool.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
tools/env/fw_env.c