Blame view

buildroot/buildroot-2016.08.1/package/uboot-tools/0001-drop-configh-from-tools.patch 1.25 KB
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
  From b742c7590ac6d9ac72dd227679ccff79433b3512 Mon Sep 17 00:00:00 2001
  From: =?UTF-8?q?J=C3=B6rg=20Krause?= <joerg.krause@embedded.rocks>
  Date: Tue, 4 Aug 2015 22:13:20 +0200
  Subject: [PATCH] drop configh from tools
  MIME-Version: 1.0
  Content-Type: text/plain; charset=UTF-8
  Content-Transfer-Encoding: 8bit
  
  We need to build u-boot tools without a board configuration for the target.
  fw_env just uses config.h to define the default environment of the created
  image, so it really isn't mandatory.
  
  Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
  [Jörg Krause: update for version 2015.07]
  Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
  ---
   tools/env/fw_env.h | 11 -----------
   1 file changed, 11 deletions(-)
  
  diff --git a/tools/env/fw_env.h b/tools/env/fw_env.h
  index 57149e7..50049fe 100644
  --- a/tools/env/fw_env.h
  +++ b/tools/env/fw_env.h
  @@ -8,17 +8,6 @@
   #include <aes.h>
   #include <stdint.h>
   
  -/* Pull in the current config to define the default environment */
  -#include <linux/kconfig.h>
  -
  -#ifndef __ASSEMBLY__
  -#define __ASSEMBLY__ /* get only #defines from config.h */
  -#include <config.h>
  -#undef	__ASSEMBLY__
  -#else
  -#include <config.h>
  -#endif
  -
   /*
    * To build the utility with the static configuration
    * comment out the next line.
  -- 
  2.7.4