u-boot-brain/board/keymile/kmp204x
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
..
ddr.c board_f: Rename initdram() to dram_init() 2017-04-13 09:40:57 -04:00
eth.c mpc85xx: introduce the kmp204x reference design support 2013-10-24 09:36:26 -07:00
Kconfig kconfig: remove redundant "string" type in arch and board Kconfigs 2014-09-13 16:43:55 -04:00
kmp204x.c drivers/misc: Share qbman init between archs 2018-01-10 12:28:47 -08:00
kmp204x.h kmp204x/qrio: support for setting the CPU reset request mode 2014-08-01 14:18:53 -07:00
law.c mpc85xx: introduce the kmp204x reference design support 2013-10-24 09:36:26 -07:00
MAINTAINERS Add board MAINTAINERS files 2014-07-30 08:48:06 -04:00
Makefile kmp204x: introduce QRIO GPIO functions 2014-02-03 08:38:49 -08:00
pbi.cfg kmp204x: add workaround for A-004849 2014-05-13 08:26:55 -07:00
pci.c libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
qrio.c kmp204x/qrio: support for setting the CPU reset request mode 2014-08-01 14:18:53 -07:00
rcw_kmp204x.cfg kmp204x: update the RCW 2014-05-13 08:26:55 -07:00
tlb.c mpc85xx: introduce the kmp204x reference design support 2013-10-24 09:36:26 -07:00