rv1126-uboot/board/freescale/b4860qds
Masahiro Yamada 0e00a84cde UPSTREAM: 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>

Change-Id: I6c0f7e50e8b571106627f25ddac008a62bd2994e
Reported-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
2018-12-24 17:20:37 +08:00
..
Kconfig NXP: Introduce board/freescale/common/Kconfig and migrate CHAIN_OF_TRUST 2017-01-24 10:33:59 -05: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
b4_pbi.cfg
b4_rcw.cfg
b4860qds.c env: Rename some other getenv()-related functions 2017-08-16 08:31:11 -04:00
b4860qds.h
b4860qds_crossbar_con.h powerpc: B4420: Remove macro CONFIG_PPC_B4420 2016-11-23 23:42:12 -08:00
b4860qds_qixis.h
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
law.c
pci.c UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
spl.c env: Add an enum for environment state 2017-08-15 08:18:51 -04:00
tlb.c