mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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> |
||
|---|---|---|
| .. | ||
| 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 | ||
| Kconfig | ||
| Makefile | ||
| 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 | ||
| smsc_lpc47m.c | ||
| smsc_sio1007.c | ||
| spltest_sandbox.c | ||
| status_led.c | ||
| stm32_rcc.c | ||
| swap_case.c | ||
| syscon_sandbox.c | ||
| tegra186_bpmp.c | ||
| tegra_car.c | ||
| twl4030_led.c | ||
| winbond_w83627.c | ||