From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masahiro Yamada Date: Mon, 27 Nov 2017 16:06:05 +0900 Subject: [U-Boot] [PATCH 0/2] libfdt: sync fdt_wip.c with upstream Message-ID: <1511766367-20787-1-git-send-email-yamada.masahiro@socionext.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Masahiro Yamada (2): libfdt: move fdt_find_regions() to fdt_region.c from fdt_wip.c libfdt: migrate fdt_wip.c to a wrapper of scripts/dtc/libfdt/fdt_wip.c lib/libfdt/Makefile | 4 +- lib/libfdt/fdt_region.c | 129 +++++++++++++++++++++++++++ lib/libfdt/fdt_wip.c | 229 +----------------------------------------------- tools/Makefile | 4 +- tools/libfdt/fdt_wip.c | 2 + 5 files changed, 137 insertions(+), 231 deletions(-) create mode 100644 tools/libfdt/fdt_wip.c -- 2.7.4