u-boot-brain/arch/arm/mach-omap2/omap5
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
..
abb.c ARM: OMAP5: Enable support for AVS0 for OMAP5 production devices 2017-08-13 15:17:35 -04:00
boot.c ARM: DRA7x/AM57xx: Get rid of CONFIG_AM57XX 2016-12-03 13:21:11 -05:00
dra7xx_iodelay.c ARM: OMAP5/DRA7: Enable iodelay recalibration to be done from uboot 2018-02-19 16:58:55 +09:00
emif.c arm: Introduce arch/arm/mach-omap2 for OMAP2 derivative platforms 2016-11-21 14:07:29 -05:00
fdt.c libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
hw_data.c ARM: OMAP5: set mmc clock frequency to 192MHz 2018-02-19 16:58:55 +09:00
hwinit.c arm: dra762: Add support for device package identification 2018-01-19 15:49:26 -05:00
Kconfig board: ti: am57xx: Enable CMD_DDR3 2018-01-19 15:49:27 -05:00
Makefile arm: mach-omap2: Move omap5/sec-fxns.c into sec-common.c 2017-07-22 22:22:42 -04:00
prcm-regs.c arm: Introduce arch/arm/mach-omap2 for OMAP2 derivative platforms 2016-11-21 14:07:29 -05:00
sdram.c arm: dra762: Add support for device package identification 2018-01-19 15:49:26 -05:00
sec_entry_cpu1.S arm: omap5: Add function to make an SMC call on cpu1 2016-12-03 13:21:20 -05:00