mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-05 03:03:49 +00: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> |
||
---|---|---|
.. | ||
include/mach | ||
board.c | ||
clock_manager.c | ||
clock_manager_arria10.c | ||
clock_manager_gen5.c | ||
fpga_manager.c | ||
freeze_controller.c | ||
Kconfig | ||
Makefile | ||
misc.c | ||
misc_arria10.c | ||
misc_gen5.c | ||
pinmux_arria10.c | ||
qts-filter.sh | ||
reset_manager.c | ||
reset_manager_arria10.c | ||
reset_manager_gen5.c | ||
scan_manager.c | ||
spl.c | ||
system_manager_gen5.c | ||
timer.c | ||
wrap_iocsr_config.c | ||
wrap_pinmux_config.c | ||
wrap_pll_config.c | ||
wrap_sdram_config.c |