Re: [U-Boot] [PATCH] fw_env.h: include autoconf.h

2015-05-06 Thread Masahiro Yamada
Hi Tom, Marcel, Sorry for my late reply. I missed this message. 2015-04-17 2:20 GMT+09:00 Tom Rini tr...@konsulko.com: On Tue, Apr 14, 2015 at 09:50:47PM +0200, Marcel Ziswiler wrote: From: Max Krummenacher max.krummenac...@toradex.com Without this, when CONFIG_ENV_VARS_UBOOT_CONFIG is

Re: [U-Boot] [PATCH] fw_env.h: include autoconf.h

2015-05-05 Thread Marcel Ziswiler
On Thu, 2015-04-16 at 13:20 -0400, Tom Rini wrote: I'll let Masahiro comment on if this is the best way to fix the compile problem. What's the status on this one? ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH] fw_env.h: include autoconf.h

2015-04-16 Thread Tom Rini
On Tue, Apr 14, 2015 at 09:50:47PM +0200, Marcel Ziswiler wrote: From: Max Krummenacher max.krummenac...@toradex.com Without this, when CONFIG_ENV_VARS_UBOOT_CONFIG is active we get a compile time error when doing 'make env'. In file included from tools/env/fw_env.c:117:0:

[U-Boot] [PATCH] fw_env.h: include autoconf.h

2015-04-15 Thread Marcel Ziswiler
From: Max Krummenacher max.krummenac...@toradex.com Without this, when CONFIG_ENV_VARS_UBOOT_CONFIG is active we get a compile time error when doing 'make env'. In file included from tools/env/fw_env.c:117:0: include/env_default.h:110:11: error: expected ‘}’ before ‘CONFIG_SYS_ARCH’ When