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: I68fd5734d6460c169fa5ee2893c57cb5d73340b6 Reported-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Jon Lin <jon.lin@rock-chips.com> (cherry picked from commit b08c8c4870831c9315dcae237772238e80035bd5) |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| arm_pl180_mmci.c | ||
| arm_pl180_mmci.h | ||
| atmel_sdhci.c | ||
| bcm2835_sdhci.c | ||
| davinci_mmc.c | ||
| dw_mmc.c | ||
| exynos_dw_mmc.c | ||
| fsl_esdhc.c | ||
| fsl_esdhc_spl.c | ||
| ftsdc010_mci.c | ||
| gen_atmel_mci.c | ||
| hi6220_dw_mmc.c | ||
| kona_sdhci.c | ||
| meson_gx_mmc.c | ||
| mmc-uclass.c | ||
| mmc.c | ||
| mmc_boot.c | ||
| mmc_legacy.c | ||
| mmc_private.h | ||
| mmc_spi.c | ||
| mmc_write.c | ||
| msm_sdhci.c | ||
| mv_sdhci.c | ||
| mvebu_mmc.c | ||
| mxcmmc.c | ||
| mxsmmc.c | ||
| omap_hsmmc.c | ||
| pci_mmc.c | ||
| pic32_sdhci.c | ||
| pxa_mmc_gen.c | ||
| rockchip_dw_mmc.c | ||
| rockchip_sdhci.c | ||
| rpmb.c | ||
| s5p_sdhci.c | ||
| sandbox_mmc.c | ||
| sdhci-cadence.c | ||
| sdhci.c | ||
| sh_mmcif.c | ||
| sh_mmcif.h | ||
| sh_sdhi.c | ||
| socfpga_dw_mmc.c | ||
| sti_sdhci.c | ||
| stm32_sdmmc2.c | ||
| sunxi_mmc.c | ||
| tangier_sdhci.c | ||
| tegra_mmc.c | ||
| uniphier-sd.c | ||
| xenon_sdhci.c | ||
| zynq_sdhci.c | ||