commit | 35a33baea59210924bceedabcfba794f0fed59dd | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Oct 17 22:30:17 2017 +0900 |
committer | Tom Rini <trini@konsulko.com> | Fri Nov 17 07:44:13 2017 -0500 |
tree | c614fc7414ddbd7438c34b9bbbf5755c9e80c210 | |
parent | 9e65b01ac57f7be2bbc17c9f4c0ee43fab22221e [diff] |
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>