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 | ||
| ali512x.c | ||
| altera_sysid.c | ||
| atsha204a-i2c.c | ||
| cbmem_console.c | ||
| cros_ec.c | ||
| cros_ec_i2c.c | ||
| cros_ec_lpc.c | ||
| cros_ec_sandbox.c | ||
| cros_ec_spi.c | ||
| ds4510.c | ||
| ds4510.h | ||
| fsl_devdis.c | ||
| fsl_ifc.c | ||
| fsl_iim.c | ||
| fsl_portals.c | ||
| fsl_sec_mon.c | ||
| gpio_led.c | ||
| i2c_eeprom.c | ||
| i2c_eeprom_emul.c | ||
| mc9sdz60.c | ||
| misc-uclass.c | ||
| mxc_ocotp.c | ||
| mxs_ocotp.c | ||
| ns87308.c | ||
| nuvoton_nct6102d.c | ||
| pca9551_led.c | ||
| pwrseq-uclass.c | ||
| qfw.c | ||
| rockchip-efuse.c | ||
| rockchip-otp.c | ||
| smsc_lpc47m.c | ||
| smsc_sio1007.c | ||
| spltest_sandbox.c | ||
| status_led.c | ||
| swap_case.c | ||
| syscon_sandbox.c | ||
| tegra186_bpmp.c | ||
| tegra_car.c | ||
| twl4030_led.c | ||
| winbond_w83627.c | ||