Re: [U-Boot] [PATCH] tools/env: Fix build failure from missing header include

2012-10-12 Thread Joe Hershberger
Hi Marek, On Fri, Oct 12, 2012 at 5:20 PM, Marek Vasut wrote: > Dear Joe Hershberger, > >> 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. > > G

Re: [U-Boot] [PATCH] tools/env: Fix build failure from missing header include

2012-10-12 Thread Marek Vasut
Dear Joe Hershberger, > 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. Good find. This is -next, right ? > Signed-off-by: Joe Hershberger > ---

[U-Boot] [PATCH] tools/env: Fix build failure from missing header include

2012-10-12 Thread Joe Hershberger
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 --- tools/env/fw_env.c | 1 + 1 file changed, 1 insertion(+) diff --git