From 1bfb9222aee2fd1030121e3c5cdd244048c5f419 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 14 Apr 2015 21:50:47 +0200 Subject: fw_env.h: include autoconf.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 building U-Boot this is included indirectly by the compiler switch -include /home/trdx/git.toradex.com/u-boot-2014.10-toradex/include/linux/kconfig.h Signed-off-by: Max Krummenacher Signed-off-by: Marcel Ziswiler --- tools/env/fw_env.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/env/fw_env.h b/tools/env/fw_env.h index aff471ba19..d6faf34912 100644 --- a/tools/env/fw_env.h +++ b/tools/env/fw_env.h @@ -13,6 +13,7 @@ #else #include #endif +#include /* * To build the utility with the static configuration -- cgit v1.2.1