1 From b742c7590ac6d9ac72dd227679ccff79433b3512 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?J=C3=B6rg=20Krause?= <joerg.krause@embedded.rocks>
3 Date: Tue, 4 Aug 2015 22:13:20 +0200
4 Subject: [PATCH] drop configh from tools
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
9 We need to build u-boot tools without a board configuration for the target.
10 fw_env just uses config.h to define the default environment of the created
11 image, so it really isn't mandatory.
13 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
14 [Jörg Krause: update for version 2015.07]
15 Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
17 tools/env/fw_env.h | 11 -----------
18 1 file changed, 11 deletions(-)
20 diff --git a/tools/env/fw_env.h b/tools/env/fw_env.h
21 index 57149e7..50049fe 100644
22 --- a/tools/env/fw_env.h
23 +++ b/tools/env/fw_env.h
28 -/* Pull in the current config to define the default environment */
29 -#include <linux/kconfig.h>
32 -#define __ASSEMBLY__ /* get only #defines from config.h */
40 * To build the utility with the static configuration
41 * comment out the next line.