commit | b79320b9e3d77fe0c5de47b60122878e60282d4c | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Nov 27 16:06:07 2017 +0900 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 04 09:59:02 2017 -0500 |
tree | 0f80baccdc35ea27eda051f9667e46954c9b11c4 | |
parent | b9e6ef27a7fdee96f7a910a318bcf425acf94e4c [diff] |
libfdt: migrate fdt_wip.c to a wrapper of scripts/dtc/libfdt/fdt_wip.c Now, lib/libfdt/fdt_wip.c is the same as scripts/dtc/libfdt/fdt_wip.c Change the former to a wrapper of the latter. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org>