libfdt: change libfdt_internal.h to a wrapper of scripts/dtc/libfdt/*
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 17 Oct 2017 13:30:17 +0000 (22:30 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 17 Nov 2017 12:44:13 +0000 (07:44 -0500)
commit35a33baea59210924bceedabcfba794f0fed59dd
treec614fc7414ddbd7438c34b9bbbf5755c9e80c210
parent9e65b01ac57f7be2bbc17c9f4c0ee43fab22221e
libfdt: change libfdt_internal.h to a wrapper of scripts/dtc/libfdt/*

Fortunately, U-Boot did not modify libfdt_internal.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>
lib/libfdt/libfdt_internal.h