u-boot-brain/tools/dtoc
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
..
.gitignore dm: Add a library to provide simple device-tree access 2016-07-14 20:40:24 -06:00
dtb_platdata.py libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
dtoc dm: Add a tool to generate C code from a device tree 2016-07-14 20:40:24 -06:00
dtoc_test_addr32_64.dts dtoc: Add support for 32 or 64-bit addresses 2017-09-15 05:27:38 -06:00
dtoc_test_addr32.dts dtoc: Add support for 32 or 64-bit addresses 2017-09-15 05:27:38 -06:00
dtoc_test_addr64_32.dts dtoc: Add support for 32 or 64-bit addresses 2017-09-15 05:27:38 -06:00
dtoc_test_addr64.dts dtoc: Add support for 32 or 64-bit addresses 2017-09-15 05:27:38 -06:00
dtoc_test_aliases.dts dtoc: Add tests 2017-07-11 10:08:20 -06:00
dtoc_test_empty.dts dtoc: Add tests 2017-07-11 10:08:20 -06:00
dtoc_test_phandle.dts dtoc: Support properties containing multiple phandle values 2017-09-15 05:27:48 -06:00
dtoc_test_simple.dts dtoc: Handle 'reg' properties with unusual sizes 2017-09-15 05:27:47 -06:00
dtoc_test.dts dtoc: Add tests 2017-07-11 10:08:20 -06:00
dtoc.py host-tools: use python2 explicitly for shebang 2018-01-28 12:27:30 -05:00
fdt_util.py dtoc: Allow DTC environment variable to provide path to dtc 2018-01-15 18:29:21 -07:00
fdt.py dtoc: Update the Fdt class to record phandles 2017-09-15 05:27:47 -06:00
test_dtoc.py libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00