1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-02 01:02:19 +02:00

libfdt: change fdt.h to a wrapper of scripts/dtc/libfdt/*

Fortunately, U-Boot did not modify fdt.h locally.

Change it to a wrapper of scripts/dtc/libfdt/fdt.h, which will be
periodically synced with the upstream DTC (or kernel).

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
Masahiro Yamada
2017-10-17 22:30:16 +09:00
committed by Tom Rini
parent d6a0c78a4e
commit 9e65b01ac5
2 changed files with 1 additions and 68 deletions

View File

@@ -1 +1 @@
#include "../lib/libfdt/fdt.h"
#include "../scripts/dtc/libfdt/fdt.h"