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>
This commit is contained in:
Jan Kundrát
2017-11-03 03:06:35 +01:00
committed by Tom Rini
parent 6ba2da90de
commit b95a5190ba
3 changed files with 4 additions and 4 deletions

View File

@@ -1 +1 @@
#include <../lib/libfdt/fdt.h>
#include "../lib/libfdt/fdt.h"