This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
u-boot
Watch
2
Star
0
Fork
You've already forked u-boot
0
mirror of
https://github.com/AsahiLinux/u-boot
synced
2024-12-02 09:30:10 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
b5557ffc0f
u-boot
/
include
/
libfdt.h
2 lines
34 B
C
Raw
Normal View
History
Unescape
Escape
Do not attempt to use the systemwide libfdt U-Boot bundles a patched copy of libfdt, so it's wrong to attempt to include it <like/this>. This breaks the build for me when I have dtc fully installed in my host -- as happened earlier tonight with Buildroot, for example. There are several other occurrences throughout the code where '<libfdt' matches. I'm not modifying these because I have no clue why the <systemwide> include style is being used -- IMHO wrongly. Signed-off-by: Jan Kundrát <jan.kundrat@cesnet.cz>
2017-11-03 02:06:35 +00:00
#
include
"../lib/libfdt/libfdt.h"
Reference in a new issue
Copy permalink