[U-Boot] [PATCH 2/2] libfdt: migrate fdt_wip.c to a wrapper of scripts/dtc/libfdt/fdt_wip.c
Simon Glass
sjg at chromium.org
Mon Nov 27 17:12:37 UTC 2017
On 27 November 2017 at 00:06, Masahiro Yamada
<yamada.masahiro at socionext.com> wrote:
> 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 at socionext.com>
> ---
>
> lib/libfdt/Makefile | 4 +-
> lib/libfdt/fdt_wip.c | 100 +------------------------------------------------
> tools/Makefile | 4 +-
> tools/libfdt/fdt_wip.c | 2 +
> 4 files changed, 8 insertions(+), 102 deletions(-)
> create mode 100644 tools/libfdt/fdt_wip.c
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list