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> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| dtb_platdata.py | ||
| dtoc | ||
| dtoc.py | ||
| dtoc_test.dts | ||
| dtoc_test_addr32.dts | ||
| dtoc_test_addr32_64.dts | ||
| dtoc_test_addr64.dts | ||
| dtoc_test_addr64_32.dts | ||
| dtoc_test_aliases.dts | ||
| dtoc_test_empty.dts | ||
| dtoc_test_phandle.dts | ||
| dtoc_test_simple.dts | ||
| fdt.py | ||
| fdt_util.py | ||
| test_dtoc.py | ||