u-boot-brain/board/freescale/b4860qds
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
..
b4_pbi.cfg board/b4860qds:Slow MDC clock to comply IEEE specs in PBI config 2014-04-22 17:58:47 -07:00
b4_rcw.cfg powerpc/b4860/pbl: fix rcw cfg 2014-01-02 14:10:14 -08:00
b4860qds_crossbar_con.h powerpc: B4420: Remove macro CONFIG_PPC_B4420 2016-11-23 23:42:12 -08:00
b4860qds_qixis.h SGMII:fix PHY addresses for QSGMII Riser Card working in SGMII mode 2013-10-16 16:13:11 -07:00
b4860qds.c env: Rename some other getenv()-related functions 2017-08-16 08:31:11 -04:00
b4860qds.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
ddr.c board_f: Rename initdram() to dram_init() 2017-04-13 09:40:57 -04:00
eth_b4860qds.c powerpc: B4420: Remove macro CONFIG_PPC_B4420 2016-11-23 23:42:12 -08:00
Kconfig NXP: Introduce board/freescale/common/Kconfig and migrate CHAIN_OF_TRUST 2017-01-24 10:33:59 -05:00
law.c powerpc/b4860: Enable law creation of MAPLE 2014-12-05 08:06:12 -08:00
MAINTAINERS powerpc: fsl: Update maintainers 2017-06-12 12:18:37 -07:00
Makefile powerpc: B4860QDS: Remove macro CONFIG_B4860QDS 2016-11-23 23:42:12 -08:00
pci.c libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
spl.c env: Add an enum for environment state 2017-08-15 08:18:51 -04:00
tlb.c powerpc: mpc85xx: Fix static TLB table for SDRAM 2017-12-06 14:54:12 -08:00