u-boot-brain/board/freescale
Masahiro Yamada b08c8c4870 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Thomas reported U-Boot failed to build host tools if libfdt-devel
package is installed because tools include libfdt headers from
/usr/include/ instead of using internal ones.

This commit moves the header code:
  include/libfdt.h         -> include/linux/libfdt.h
  include/libfdt_env.h     -> include/linux/libfdt_env.h

and replaces include directives:
  #include <libfdt.h>      -> #include <linux/libfdt.h>
  #include <libfdt_env.h>  -> #include <linux/libfdt_env.h>

Reported-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2018-03-05 10:16:28 -05:00
..
b4860qds libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
bsc9131rdb libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
bsc9132qds libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
c29xpcie libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
common libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
corenet_ds env: Rename some other getenv()-related functions 2017-08-16 08:31:11 -04:00
ls1012afrdm fsl-layerscape: Consolidate registers space defination for CCI-400 bus 2017-09-11 07:55:36 -07:00
ls1012aqds fsl-layerscape: Consolidate registers space defination for CCI-400 bus 2017-09-11 07:55:36 -07:00
ls1012ardb board: ls1012a: LS1012A-2G5RDB board support 2018-01-15 11:56:33 -08:00
ls1021aiot fsl-lsch2: csu: remove multiple calling function 2017-08-09 09:57:32 -07:00
ls1021aqds fsl-layerscape: Consolidate registers space defination for CCI-400 bus 2017-09-11 07:55:36 -07:00
ls1021atwr arm: ls1021atwr: Rework local commands to not be included in SPL 2018-01-15 12:44:24 -08:00
ls1043aqds libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
ls1043ardb armv8: ls1043ardb: Use static DDR setting for SPL boot 2017-10-09 08:48:45 -07:00
ls1046aqds MAINTAINERS: Add missing boards and config entries 2017-11-06 09:58:51 -05:00
ls1046ardb armv8: ls1046ardb: Add RDIMM support 2018-01-30 09:14:07 -08:00
ls1088a libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
ls2080a libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
ls2080aqds libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
ls2080ardb libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
m547xevb i2c: powerpc: Remove use of CONFIG_HARD_I2C 2017-05-15 06:17:25 +02:00
m548xevb board_f: Rename initdram() to dram_init() 2017-04-13 09:40:57 -04:00
m5208evbe board_f: Rename initdram() to dram_init() 2017-04-13 09:40:57 -04:00
m5235evb board_f: Rename initdram() to dram_init() 2017-04-13 09:40:57 -04:00
m5249evb board_f: Rename initdram() to dram_init() 2017-04-13 09:40:57 -04:00
m5253demo Kconfig: Add a CONFIG_IDE option 2017-05-22 12:45:27 -04:00
m5253evbe m68k: Drop unreferenced CONFIG_* defines 2018-01-19 15:49:32 -05:00
m5272c3 board_f: Rename initdram() to dram_init() 2017-04-13 09:40:57 -04:00
m5275evb board_f: Rename initdram() to dram_init() 2017-04-13 09:40:57 -04:00
m5282evb board_f: Rename initdram() to dram_init() 2017-04-13 09:40:57 -04:00
m5329evb board_f: Rename initdram() to dram_init() 2017-04-13 09:40:57 -04:00
m5373evb i2c: powerpc: Remove use of CONFIG_HARD_I2C 2017-05-15 06:17:25 +02:00
m52277evb m68k: Drop unreferenced CONFIG_* defines 2018-01-19 15:49:32 -05:00
m53017evb i2c: powerpc: Remove use of CONFIG_HARD_I2C 2017-05-15 06:17:25 +02:00
m54418twr m68k: mcf5445x: move early ddr init as board-specific 2017-08-18 01:26:08 +02:00
m54451evb m68k: mcf5445x: move early ddr init as board-specific 2017-08-18 01:26:08 +02:00
m54455evb m68k: mcf5445x: move early ddr init as board-specific 2017-08-18 01:26:08 +02:00
mpc832xemds libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
mpc837xemds libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
mpc837xerdb env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
mpc8308rdb libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
mpc8313erdb libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
mpc8315erdb libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
mpc8323erdb libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
mpc8349emds libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
mpc8349itx libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
mpc8536ds libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
mpc8541cds libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
mpc8544ds libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
mpc8548cds libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
mpc8555cds libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
mpc8568mds libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
mpc8569mds libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
mpc8572ds libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
mpc8610hpcd libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
mpc8641hpcn libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
mx6memcal mx6memcal: enable SDP support 2018-02-04 12:00:58 +01:00
mx6qarm2 imx: reorganize IMX code as other SOCs 2017-07-12 10:17:44 +02:00
mx6sabreauto libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
mx6sabresd libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
mx6slevk libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
mx6sllevk imx: reorganize IMX code as other SOCs 2017-07-12 10:17:44 +02:00
mx6sxsabreauto imx: reorganize IMX code as other SOCs 2017-07-12 10:17:44 +02:00
mx6sxsabresd libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
mx6ul_14x14_evk libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
mx6ullevk env: Rename setenv() to env_set() 2017-08-16 08:22:18 -04:00
mx7dsabresd imx: imx7d: remove CamelCase from ENET_xMHz macros 2017-09-18 17:15:28 +02:00
mx7ulp_evk imx: imx7ulp: add EVK board support 2017-03-17 09:27:08 +01:00
mx23evk kconfig: arm: introduce symbol for ARM CPUs 2014-10-29 09:02:09 -04:00
mx25pdk mx25pdk: Set the eSDHC PER clock to 48 MHz 2017-05-31 10:14:41 +02:00
mx28evk Fix various typos, scattered over the code. 2016-05-05 21:39:26 -04:00
mx31ads Move environment files from common/ to env/ 2017-08-15 08:18:45 -04:00
mx31pdk spl: add hierarchical defaults for SPL_LDSCRIPT 2017-08-13 17:12:37 +02:00
mx35pdk arm: Add explicit include of <asm/mach-types.h> 2017-06-05 11:02:36 -04:00
mx51evk imx: Include <input.h> header file 2017-10-12 17:31:16 +02:00
mx53ard board_f: Drop setup_dram_config() wrapper 2017-04-05 16:36:51 -04:00
mx53evk imx: reorganize IMX code as other SOCs 2017-07-12 10:17:44 +02:00
mx53loco arm: imx: mx53loco: remove usage of mx53_dram_size 2018-02-04 12:00:58 +01:00
mx53smd board_f: Drop setup_dram_config() wrapper 2017-04-05 16:36:51 -04:00
p1_p2_rdb_pc libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
p1_twr libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
p1010rdb libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
p1022ds libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
p1023rdb libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
p2041rdb env: Rename some other getenv()-related functions 2017-08-16 08:31:11 -04:00
qemu-ppce500 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
s32v234evb imx: reorganize IMX code as other SOCs 2017-07-12 10:17:44 +02:00
t4qds libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
t4rdb libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
t102xqds libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
t102xrdb libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
t104xrdb libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
t208xqds libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
t208xrdb libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
t1040qds libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
vf610twr imx: reorganize IMX code as other SOCs 2017-07-12 10:17:44 +02:00