commit | ae9ace7089d2167cbf8a69a29705049ae11c8eea | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sun Jan 21 19:19:13 2018 +0900 |
committer | Tom Rini <trini@konsulko.com> | Sun Jan 28 12:27:30 2018 -0500 |
tree | 0b7e60a539711c42a9d46ae9ae02b70c2af714ef | |
parent | 94b13bbae90bfb94204b8fe9c531bc163e746a9f [diff] |
libfdt: migrate fdt_rw.c to a wrapper of scripts/dtc/libfdt/fdt_rw.c The only difference between scripts/dtc/libfdt/fdt_rw.c and lib/libfdt/fdt_rw.c is fdt_remove_unused_strings(). It is only used by fdtgrep, so we do not need to compile it for U-Boot image. Move it to tools/libfdt/fdw_rw.c so that lib/libfdt/fdt_rw.c can be a wrapper of scripts/dtc/libfdt/fdt_rw.c. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org>