commit | c027364c3cba7956e99112a2d017ae977be2bcff | [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 | 01b6a09f9e383b21860879b5cbe43157da9e70a1 [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>