rv1126-uboot/arch/arm/mach-uniphier
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
..
arm32 Revert "ARM: uniphier: fix ROM boot mode for PH1-sLD3" 2017-08-20 23:05:39 +09:00
arm64 ARM: uniphier: remove SPL support for ARMv8 SoCs 2017-07-26 22:27:15 +09:00
bcu ARM: uniphier: remove sLD3 SoC support 2017-08-20 23:05:39 +09:00
boot-device ARM: uniphier: remove sLD3 SoC support 2017-08-20 23:05:39 +09:00
clk ARM: uniphier: fix DSPLL init code for LD20 SoC 2017-08-30 09:07:04 +09:00
debug-uart ARM: uniphier: remove sLD3 SoC support 2017-08-20 23:05:39 +09:00
dram ARM: uniphier: remove sLD3 SoC support 2017-08-20 23:05:39 +09:00
sbc ARM: uniphier: set system bus pinmux for PXs3 2017-08-30 09:07:04 +09:00
Kconfig ARM: uniphier: move CONFIG_NAND to defconfig 2017-08-30 09:07:04 +09:00
Makefile ARM: uniphier: enable PSCI sysreset for uniphier_v8_defconfig 2017-04-20 23:49:50 +09:00
board_init.c ARM: uniphier: remove ad-hoc pin settings for NAND 2017-08-30 09:06:57 +09:00
board_late_init.c UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
boards.c UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
cpu-info.c ARM: uniphier: remove sLD3 SoC support 2017-08-20 23:05:39 +09:00
debug.h ARM: uniphier: add PSCI support for UniPhier ARMv7 SoCs 2016-08-11 17:58:06 +09:00
dram_init.c UPSTREAM: printk: collect printk stuff into <linux/printk.h> with loglevel support 2018-01-17 15:27:28 +08:00
init.h UPSTREAM: printk: collect printk stuff into <linux/printk.h> with loglevel support 2018-01-17 15:27:28 +08:00
memconf.c ARM: uniphier: remove sLD3 SoC support 2017-08-20 23:05:39 +09:00
micro-support-card.c ARM: uniphier: print Support Card info very late 2017-02-23 08:37:56 +09:00
micro-support-card.h ARM: uniphier: refactor Support Card init code 2017-01-17 09:00:40 +09:00
mmc-boot-mode.c ARM: uniphier: remove sLD3 SoC support 2017-08-20 23:05:39 +09:00
mmc-first-dev.c env: Rename common functions related to setenv() 2017-08-16 08:23:32 -04:00
pinctrl-glue.c dm: Fix up inclusion of common.h 2017-06-01 07:03:03 -06:00
reset.c ARM: uniphier: support system reset functionality for PSCI 2016-08-28 13:09:19 +09:00
sc-regs.h ARM: uniphier: remove sLD3 SoC support 2017-08-20 23:05:39 +09:00
sc64-regs.h ARM: uniphier: move PLLCTRL register macros to each SoC .c file 2017-08-30 09:03:11 +09:00
sg-regs.h ARM: uniphier: add more init code for PXs3 2017-05-17 21:56:17 +09:00
soc-info.c ARM: uniphier: fix MODEL field of REVISION register 2017-05-17 21:46:14 +09:00
soc-info.h ARM: uniphier: remove sLD3 SoC support 2017-08-20 23:05:39 +09:00
spl_board_init.c ARM: uniphier: remove sLD3 SoC support 2017-08-20 23:05:39 +09:00