u-boot/arch/arm/mach-uniphier
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
..
arm32
arm64
bcu
boot-device
clk ARM: uniphier: use FIELD_PREP for PLL settings 2017-12-12 00:36:12 +09:00
debug-uart
dram
sbc ARM: dts: uniphier: Sync with Linux 4.15-rc1 2017-11-29 00:29:00 +09:00
Kconfig
Makefile
board_init.c ARM: uniphier: clean up board_init 2017-12-04 21:59:52 +09:00
board_late_init.c libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
boards.c libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
cpu-info.c
debug.h
dram_init.c ARM: uniphier: hide memory top by platform hook instead of CONFIG 2018-01-09 21:58:19 +09:00
init.h
memconf.c
micro-support-card.c
micro-support-card.h
mmc-boot-mode.c
mmc-first-dev.c
pinctrl-glue.c
reset.c
sc-regs.h
sc64-regs.h
sg-regs.h
soc-info.c
soc-info.h
spl_board_init.c