rv1126-uboot/arch/arm/mach-omap2/omap5
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 arm: mach-omap2: Move omap5/sec-fxns.c into sec-common.c 2017-07-22 22:22:42 -04:00
Makefile arm: mach-omap2: Move omap5/sec-fxns.c into sec-common.c 2017-07-22 22:22:42 -04:00
abb.c ARM: OMAP5: Enable support for AVS0 for OMAP5 production devices 2017-08-13 15:17:35 -04:00
boot.c
dra7xx_iodelay.c
emif.c
fdt.c UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
hw_data.c ARM: OMAP5: Enable support for AVS0 for OMAP5 production devices 2017-08-13 15:17:35 -04:00
hwinit.c omap5: Migrate CONFIG_OMAP_PLATFORM_RESET_TIME_MAX_USEC to Kconfig 2017-05-15 10:39:57 -04:00
prcm-regs.c
sdram.c
sec_entry_cpu1.S arm: omap5: Add function to make an SMC call on cpu1 2016-12-03 13:21:20 -05:00