rv1126-uboot/drivers/core
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 UPSTREAM: dm: replace dm_dbg() with pr_debug() 2018-01-17 15:27:28 +08:00
Makefile UPSTREAM: dm: replace dm_dbg() with pr_debug() 2018-01-17 15:27:28 +08:00
device-remove.c dm: core: Add DM_FLAG_OS_PREPARE flag 2017-05-17 17:13:06 +08:00
device.c core: device_bind_common: don't bind UCLASS_SPI_FLASH again 2018-12-19 18:46:07 +08:00
devres.c
dump.c core: dump: increase info length 2018-07-20 11:23:33 +08:00
fdtaddr.c dm: Rename dev_addr..() functions 2017-06-01 07:03:01 -06:00
lists.c UPSTREAM: dm: replace dm_dbg() with pr_debug() 2018-01-17 15:27:28 +08:00
of_access.c UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
of_addr.c UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
of_extra.c UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
ofnode.c UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
read.c core: add dev_count_phandle_with_args for of_live 2018-01-26 16:40:37 +08:00
read_extra.c dm: core: Add ofnode_read_resource() 2017-07-28 12:02:47 -06:00
regmap.c UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
root.c UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
simple-bus.c UPSTREAM: simple-bus: remove DECLARE_GLOBAL_DATA_PTR 2018-01-17 15:27:28 +08:00
syscon-uclass.c dm: core: Avoid calling dm_scan_fdt_dev() with of-platdata 2017-08-17 16:44:16 +09:00
uclass.c debug: convert to use pr_debug for pte init and find dev 2018-03-16 18:09:21 +08:00
util.c UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00