u-boot-brain/board/toradex
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
..
apalis-tk1 dm: power: Convert as3722 to driver model 2017-07-28 12:02:47 -06:00
apalis_imx6 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
apalis_t30 apalis_t30: fix usb otg power enable 2017-08-15 14:51:18 -07:00
colibri_imx6 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
colibri_imx7 imx: imx7d: remove CamelCase from ENET_xMHz macros 2017-09-18 17:15:28 +02:00
colibri_pxa270 arm: Add explicit include of <asm/mach-types.h> 2017-06-05 11:02:36 -04:00
colibri_t20 board: toradex: use get_nand_dev_by_index() 2017-07-11 22:41:52 -04:00
colibri_t30 toradex: allow custom fdt board setup in board file 2016-12-16 09:56:38 +01:00
colibri_vf env: Rename setenv() to env_set() 2017-08-16 08:22:18 -04:00
common libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00