u-boot-brain/arch/arm/cpu/armv7/ls102xa
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
..
clock.c arch: arm: update the IFC IP input clock 2017-02-03 14:31:19 -08:00
cpu.c arm: ls102x: add get_svr and IS_SVR_REV helper 2015-12-13 18:27:28 -08:00
fdt.c libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
fsl_epu.c nxp: ls102xa: add EPU Finite State Machine 2016-09-14 14:07:51 -07:00
fsl_epu.h nxp: ls102xa: add EPU Finite State Machine 2016-09-14 14:07:51 -07:00
fsl_ls1_serdes.c Merge git://git.denx.de/u-boot-fsl-qoriq 2016-09-26 17:10:56 -04:00
fsl_ls1_serdes.h arm: ls102xa: Add Freescale LS102xA SoC support 2014-09-08 10:30:32 -07:00
Kconfig ata: Migrate CONFIG_SCSI_AHCI to Kconfig 2017-12-12 18:13:19 -05:00
ls102xa_psci.c armv7: ls102xa: Rename GIC_ADDR and DCSR_RCPM_ADDR 2016-09-26 08:53:07 -07:00
ls102xa_sata.c dm: scsi: Document and rename the scsi_scan() parameter 2017-07-11 10:08:19 -06:00
ls102xa_serdes.c arm: ls102xa: Add Freescale LS102xA SoC support 2014-09-08 10:30:32 -07:00
Makefile nxp: ls102xa: add LS1 PSCI system suspend 2016-09-14 14:08:04 -07:00
psci.S fsl: ls102x: remove redundant GENERIC_TIMER_CLK 2017-04-05 15:03:17 +05:30
soc.c armv7: Add workaround for USB erratum A-009007 2017-09-11 08:01:07 -07:00
spl.c spl: eMMC/SD: Provide one __weak spl_boot_mode() function 2018-02-07 22:06:18 -05:00
timer.c fsl: ls102x: remove redundant GENERIC_TIMER_CLK 2017-04-05 15:03:17 +05:30