From patchwork Fri Jul 10 11:16:47 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Simek X-Patchwork-Id: 241300 List-Id: U-Boot discussion From: michal.simek at xilinx.com (Michal Simek) Date: Fri, 10 Jul 2020 13:16:47 +0200 Subject: [PATCH 0/3] lib: fdt: Remove two functions from fdtdec.c Message-ID: Hi, Simon has asked in thread https://lists.denx.de/pipermail/u-boot/2020-July/419489.html to move to ofnode functions. And by looking at it I found that fdtdec_setup_memory/banksize_fdt() can be removed to simplify conversion to ofnode. Renesas low level code is simply to convert to previous functions that's why there is no reason to keep wrappers around. Thanks, Michal Michal Simek (3): ARM: rmobile: Switch back to fdtdec_setup_memory/banksize_fdt() Revert "lib: fdt: Split fdtdec_setup_memory_banksize()" Revert "lib: fdt: Split fdtdec_setup_mem_size_base()" board/renesas/rcar-common/common.c | 4 +-- include/fdtdec.h | 39 ------------------------------ lib/fdtdec.c | 29 +++++++--------------- 3 files changed, 11 insertions(+), 61 deletions(-)