mbox series

[0/2] libfdt: sync fdt_wip.c with upstream

Message ID 1511766367-20787-1-git-send-email-yamada.masahiro@socionext.com
Headers show
Series libfdt: sync fdt_wip.c with upstream | expand

Message

Masahiro Yamada Nov. 27, 2017, 7:06 a.m. UTC
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